mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 07:26:51 +00:00
Compiled out, compiled in and tracing, compiled in with no active span, and compiled in but disabled by config all have to produce the right wire bytes, and only two of them are obvious. Tabulate them, and record why the predicate reads the context directly instead of calling GetSpan(), which allocates a DefaultSpan in the no-span case.