MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / isActiveRuntimeStatus

Function isActiveRuntimeStatus

projects/runtime/src/server.ts:132–134  ·  view source on GitHub ↗
(status: string | undefined)

Source from the content-addressed store, hash-verified

130}
131
132function isActiveRuntimeStatus(status: string | undefined): boolean {
133 return status === "starting" || status === "running" || status === "orphaned"
134}
135
136interface RetainedRuntimeRequest {
137 promise: Promise<RuntimeResponse>

Callers 1

stopRuntimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected