MCPcopy Create free account
hub / github.com/electron-userland/electron-builder / getFileStats

Function getFileStats

test/vitest-scripts/cache.ts:89–93  ·  view source on GitHub ↗
(cache: SmartCache, f: TestSpecification)

Source from the content-addressed store, hash-verified

87}
88
89export function getFileStats(cache: SmartCache, f: TestSpecification) {
90 const file = path.relative(TEST_SRC_ROOT, f.moduleId).split(path.sep).join("/")
91 const stat = cache.files[file]
92 return { stat, file }
93}

Callers 2

sortMethod · 0.90
sortByPriorityMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected