AnalysisDiagnostics Type
The combined output of analyzing a source file: symbols, dependencies, and test methods. Diagnostic counters for observability into the analysis pipeline. These track how many symbols/edges were dropped during analysis to help diagnose missing dependency edges.
Record fields
| Record Field |
Description
|
Full Usage:
DroppedEdges
Field type: int
|
Symbol uses where findEnclosing returned None (edge dropped)
|
Full Usage:
FilteredSymbols
Field type: int
|
Definitions that were classified but filtered out by isTrackedSymbol
|
Full Usage:
TotalDefinitions
Field type: int
|
Total definitions before filtering
|
Static members
| Static member |
Description
|
|
|
TestPrune