(filePath: string, content: string, language: string)
| 81 | |
| 82 | export 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 |
no outgoing calls
no test coverage detected