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

Class

src/extraction/liquid-extractor.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * - Schema blocks ({% schema %}...{% endschema %})
12 */
13export class LiquidExtractor {
14 private filePath: string;
15 private source: string;
16 private nodes: Node[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected