| 66 | pub static IX_TIMING: std::sync::LazyLock<bool> = |
| 67 | std::sync::LazyLock::new(|| std::env::var("IX_TIMING").is_ok()); |
| 68 | |
| 69 | /// Log every aux-name claim: alias insertions, canonical patch name |
| 70 | /// registrations, evaporation decisions, and call-site-plan |
| 71 | /// registrations — with full addresses and block context. The |
| 72 | /// cross-SCC ownership of `all[0].rec_N`-style names is invisible in |
| 73 | /// normal logs; this flag exists to attribute both claimants when a |
| 74 | /// name is contested (see plans/aux-recursor-alias-collision.md). |
| 75 | /// Set via IX_LOG_AUX_NAMES=1. |
nothing calls this directly
no outgoing calls
no test coverage detected