| 14 | * - Event handlers (OnClick = MethodName) as UnresolvedReference → EdgeKind `references` |
| 15 | */ |
| 16 | export class DfmExtractor { |
| 17 | private filePath: string; |
| 18 | private source: string; |
| 19 | private nodes: Node[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected