Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ delay
Function
delay
packages/cli/src/cli/utils/exec.ts:84–86 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
82
});
83
84
function
delay(ms: number) {
85
return
new
Promise((resolve) => setTimeout(resolve, ms));
86
}
Callers
2
execAsync
Function · 0.85
execWithRetry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected