MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / name

Function name

apps/cloud/scripts/start-closure.mjs:79–79  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

77const bytes = (files) => [...files].reduce((sum, f) => sum + (graph.get(f)?.size ?? 0), 0);
78const mb = (n) => `${(n / 1024 / 1024).toFixed(2)} MB`;
79const name = (f) => relative(DIST, f);
80
81const startup = closure([ENTRY]);
82// The lazy server-graph entries Start pulls on first request.

Callers 2

start-closure.mjsFile · 0.85
reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected