MCPcopy Create free account
hub / github.com/SethGammon/Citadel / sleep

Function sleep

scripts/live-github-steward-proof.js:94–96  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

92}
93
94function sleep(ms) {
95 return new Promise((resolve) => setTimeout(resolve, ms));
96}
97
98function setupInitialRepo(workDir, args) {
99 const agentsMd = fs.readFileSync(AGENTS_SOURCE, 'utf8');

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected