MCPcopy
hub / github.com/coder/mux / getLibCacheKey

Function getLibCacheKey

src/node/services/ptc/typeValidator.ts:42–43  ·  view source on GitHub ↗
(fileName: string, languageVersion: ts.ScriptTarget)

Source from the content-addressed store, hash-verified

40}
41
42const getLibCacheKey = (fileName: string, languageVersion: ts.ScriptTarget): string =>
43 `${languageVersion}:${fileName}`;
44
45function getCachedLibSourceFile(
46 fileName: string,

Callers 1

getCachedLibSourceFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected