MCPcopy Index your code
hub / github.com/microsoft/TypeChat / createFileMapEntry

Function createFileMapEntry

typescript/src/ts/validate.ts:132–134  ·  view source on GitHub ↗
(filePath: string, fileText: string)

Source from the content-addressed store, hash-verified

130 }
131
132 function createFileMapEntry(filePath: string, fileText: string): [string, ts.SourceFile] {
133 return [filePath, ts.createSourceFile(filePath, fileText, ts.ScriptTarget.Latest)];
134 }
135}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected