MCPcopy Create free account
hub / github.com/ShipSecAI/studio / sleep

Function sleep

backend/src/agents/agents.controller.ts:132–132  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

130}
131
132const sleep = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
133
134function convertAgentTraceToUiChunk(event: AgentTracePartEntry): UIMessageChunk | null {
135 const payload = (event.part ?? {}) as Record<string, unknown>;

Callers 2

chatMethod · 0.85
shipsecWorkflowRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected