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

Method extractFile

src/extraction/kernel/loader.ts:83–83  ·  view source on GitHub ↗
(filePath: string, content: string, language: string)

Source from the content-addressed store, hash-verified

81
82export interface KernelModule {
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

Callers 2

tryKernelExtractRawFunction · 0.80
tryKernelExtractFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected