MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/extraction/dfm-extractor.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 * - Event handlers (OnClick = MethodName) as UnresolvedReference → EdgeKind `references`
15 */
16export class DfmExtractor {
17 private filePath: string;
18 private source: string;
19 private nodes: Node[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected