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

Class

src/extraction/vue-extractor.ts:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 * Every .vue file produces a component node (Vue components are always importable).
37 */
38export class VueExtractor {
39 private filePath: string;
40 private source: string;
41 private nodes: Node[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected