MCPcopy Create free account
hub / github.com/babel/minify / filePath

Method filePath

scripts/benchmark.js:258–260  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

256 this.cacheDir = cacheDir;
257 }
258 filePath(filename) {
259 return path.join(this.cacheDir, filename);
260 }
261 updateCache() {
262 if (DEBUG) console.error("Updating Cache...");
263 const files = Object.keys(this.assets);

Callers 1

updateCacheMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected