MCPcopy Create free account
hub / github.com/Noumena-Network/code / delay

Function delay

src/testing/tmuxHarness.ts:230–234  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

228}
229
230function delay(ms: number): Promise<void> {
231 return new Promise(resolve => {
232 setTimeout(resolve, ms)
233 })
234}
235
236function countAttachedClients(session: IsolatedTmuxSession): number {
237 try {

Callers 3

attachTmuxClientFunction · 0.70
sendAttachedClientInputFunction · 0.70
captureAttachedTmuxTraceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected