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

Class

src/extraction/cfml-extractor.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 * grammar, delegating any `<cfscript>` tag bodies the same way.
19 */
20export class CfmlExtractor {
21 private filePath: string;
22 private source: string;
23 private language: Language;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected