Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
function
checkAllSizes() {
30
console.log()
31
files.map((f) => checkSize(f))
32
console.log()
33
}
34
35
function
checkSize(file) {
36
const
f = fs.readFileSync(file)
Callers
1
run
Function · 0.85
Calls
2
checkSize
Function · 0.85
log
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…