- getParsingStats(nodes): {
byFile: Record<string, number>;
byKind: Record<string, number>;
filesProcessed: number;
totalNodes: number;
withDocstrings: number;
withoutDocstrings: number;
} Returns {
byFile: Record<string, number>;
byKind: Record<string, number>;
filesProcessed: number;
totalNodes: number;
withDocstrings: number;
withoutDocstrings: number;
}
Statistics object
byFile: Record<string, number>
byKind: Record<string, number>
filesProcessed: number
totalNodes: number
withDocstrings: number
withoutDocstrings: number
Get parsing statistics