MCPcopy Create free account
hub / github.com/chainjet/platform / wait

Function wait

libs/common/src/utils/async.utils.ts:26–28  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

24}
25
26export function wait(ms: number): Promise<void> {
27 return new Promise((resolve) => setTimeout(resolve, ms))
28}

Callers 9

runWorkflowActionsMethod · 0.90
runOpenApiOperationMethod · 0.90
sendMethod · 0.90
sendGraphqlQueryFunction · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected