MCPcopy Index your code
hub / github.com/simstudioai/sim / isDeliveredAsyncStatus

Function isDeliveredAsyncStatus

apps/sim/lib/copilot/async-runs/lifecycle.ts:94–98  ·  view source on GitHub ↗
(
  status: CopilotAsyncToolStatus | string | null | undefined
)

Source from the content-addressed store, hash-verified

92}
93
94export function isDeliveredAsyncStatus(
95 status: CopilotAsyncToolStatus | string | null | undefined
96): status is typeof ASYNC_TOOL_STATUS.delivered {
97 return status === ASYNC_TOOL_STATUS.delivered
98}
99
100export function isAsyncTerminalConfirmationStatus(
101 status: string | null | undefined

Callers 3

upsertAsyncToolCallFunction · 0.90
completeAsyncToolCallFunction · 0.90
lifecycle.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected