mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 07:26:51 +00:00
mutable_ on a protobuf optional submessage allocates it and sets its has-bit at the call site, before the helper can decide there is nothing to write. A caller that dereferences it ships an empty TraceContext whenever nothing is recorded, and its peers each take a branch to extract nothing. Document the rule with the right and wrong forms side by side.