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

Method contractInfo

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

Source from the content-addressed store, hash-verified

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
87 * older binaries — callers feature-detect and keep their JS path. */

Callers 3

verifyContractFunction · 0.80
getKernelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected