Function sequant::detail::annot_label

Function Documentation

inline std::string sequant::detail::annot_label(std::int64_t key) noexcept

Maps an integer annot value to a short symbolic name (i0, i1, …). BTAS/TAPP annot vectors carry index hashes rather than small ordinals, so raw values look like 6073936079388559375. The mapping is process- global and monotonic so the same hash gets the same label across log lines, which makes a trace easy to follow.