Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ fileSize
Function
fileSize
apps/cloud/scripts/assert-worker-bundler-assets.mjs:15–15 ·
view source on GitHub ↗
(dir, name)
Source
from the content-addressed store, hash-verified
13
};
14
15
const
fileSize = (dir, name) => statSync(join(dir.pathname, name)).size;
16
17
const
serverAssets = readdirSync(serverAssetsDir);
18
for
(
const
name of serverAssets) {
Callers
1
assert-worker-bundler-assets.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected