MCPcopy
hub / github.com/MiniMax-AI/cli / sleep

Function sleep

src/auth/oauth.ts:116–118  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

114}
115
116function sleep(ms: number): Promise<void> {
117 return new Promise(r => setTimeout(r, ms));
118}
119
120/**
121 * Open `url` in the user's default browser without going through a shell.

Callers 1

deviceCodeLoginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected