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

Method grammarInfo

src/extraction/kernel/loader.ts:85–85  ·  view source on GitHub ↗
(language: string)

Source from the content-addressed store, hash-verified

83 extractFile(filePath: string, content: string, language: string): KernelBuffers;
84 contractInfo(): KernelContractInfo;
85 grammarInfo(language: string): KernelGrammarInfo | null;
86 /** Batched cFnPtr extraction sweep (task #5 step 2). OPTIONAL: absent on
87 * older binaries — callers feature-detect and keep their JS path. */
88 cfnptrScanFiles?(files: CfnptrFileIn[]): CfnptrFactsOut[];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected