MCPcopy
hub / github.com/meteor/meteor / getCacheFileName

Method getCacheFileName

tools/isobuild/import-scanner.ts:109–111  ·  view source on GitHub ↗
(file: RawFile)

Source from the content-addressed store, hash-verified

107 }
108
109 getCacheFileName(file: RawFile) {
110 return this.cacheDir && pathJoin(this.cacheDir, "reify-" + file.hash + ".js");
111 }
112
113 call(
114 method: "js" | "mjs" | "json" | "css",

Callers 1

jsMethod · 0.95

Calls 1

pathJoinFunction · 0.85

Tested by

no test coverage detected