MCPcopy Create free account
hub / github.com/tiann/hapi / wait

Function wait

cli/src/codex/codexLocalLauncher.test.ts:148–148  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

146 let tempDir = '';
147
148 const wait = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
149 const writeTranscriptMeta = async (fileName: string, sessionId: string): Promise<string> => {
150 const transcriptPath = join(tempDir, fileName);
151 await writeFile(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected