Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ wait
Function
wait
core/utils/promises.ts:36–40 ·
view source on GitHub ↗
(time: number)
Source
from the content-addressed store, hash-verified
34
}
35
36
export
function
wait(time: number) {
37
return
new
Promise<void>((resolve) => {
38
setTimeout(resolve, time);
39
});
40
}
Callers
1
flushNext
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected