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

Class

src/extraction/mybatis-extractor.ts:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 * the watcher can track it, but we emit no symbols.
32 */
33export class MyBatisExtractor {
34 private filePath: string;
35 private source: string;
36 private nodes: Node[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected