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

Function sleep

apps/cli/src/device-login.ts:213–213  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

211};
212
213const sleep = (ms: number): Promise<void> => new Promise((resolve) => setTimeout(resolve, ms));
214
215/**
216 * Poll the token endpoint until the user approves, honoring the RFC 8628

Callers 2

pollForDeviceTokensFunction · 0.70
dev-db.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected