Result of tracing a class / enum / store MEMBER: the --trace FILE:NAME
fallback when NAME is not a top-level export but a member declared on one
(issue #1744). The trace runs on the module graph only, so it reports the
OWNING export’s reachability and usage (the gating precondition for
member-level crediting) plus a pointer to the right --unused-*-members
command, rather than per-member crediting provenance.
Trace a class / enum / store MEMBER when --trace FILE:NAME’s NAME is not
a top-level export but a member declared on one (issue #1744). Runs on the
graph only, so it reports the OWNING export’s reachability and usage (the
gating precondition for member crediting) plus a pointer to the right
--unused-*-members command, not per-member crediting provenance.