Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ sleep
Function
sleep
e2e/src/vm/desktop.ts:40–41 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
38
];
39
40
export
const
sleep = (ms: number): Promise<void> =>
41
new
Promise((resolve) => setTimeout(resolve, ms));
42
43
export
const
guestSsh = (
44
ip: string,
Callers
4
pushDirAsTar
Function · 0.70
guestTunnel
Function · 0.70
CdpPage
Class · 0.70
pageWsUrl
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected