Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolymathNetwork/polymath-core
/ calculateSize.js
File
calculateSize.js
scripts/calculateSize.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
"fs"
);
2
const
path = require(
"path"
);
3
const
exec = require(
'child_process'
).execSync;
4
const
chalk = require(
'chalk'
);
Callers
nothing calls this directly
Calls
1
printSize
Function · 0.85
Tested by
no test coverage detected