MCPcopy
hub / github.com/IgnisDa/ryot / waitFor

Function waitFor

tests/src/utils.ts:167–169  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

165}
166
167export async function waitFor(ms: number) {
168 return new Promise((resolve) => setTimeout(resolve, ms));
169}
170
171export async function getCollectionContents(
172 baseUrl: string,

Callers 2

cache.test.tsFile · 0.90
addEntitiesToCollectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected