MCPcopy
hub / github.com/vuejs/vuex / checkAllSizes

Function checkAllSizes

scripts/build.js:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29function checkAllSizes() {
30 console.log()
31 files.map((f) => checkSize(f))
32 console.log()
33}
34
35function checkSize(file) {
36 const f = fs.readFileSync(file)

Callers 1

runFunction · 0.85

Calls 2

checkSizeFunction · 0.85
logMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…