Expand description
Read-only trace helpers exposed through the engine boundary.
Enums§
- Semantic
Class Method Resolution Error - Stable reason why an exact class-method target cannot be resolved.
Functions§
- semantic_
symbol_ for_ class_ member - Resolve the source identity for an exact semantic class-member query.
- semantic_
symbol_ for_ exact_ class_ method - Resolve one exact exported class method for semantic impact analysis.
- semantic_
symbol_ for_ export - Resolve the source identity for an exact semantic export query.
- trace_
class_ member - Trace a class / enum / store member (the
--trace FILE:MEMBERfallback whenMEMBERis not a top-level export). See issue #1744. - trace_
clone - Trace duplicate-code groups that contain a source location.
- trace_
clone_ by_ fingerprint - Trace a duplicate-code group by its stable content fingerprint.
- trace_
dependency - Trace where a dependency is used.
- trace_
export - Trace why an export is considered used or unused.
- trace_
file - Trace all graph edges for a file.
- trace_
impact_ closure - Trace the impact closure for a file.