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

Method readRuntime

projects/runtime/src/server.ts:515–517  ·  view source on GitHub ↗
(params: RuntimeIdParams)

Source from the content-addressed store, hash-verified

513 }
514
515 private readRuntime(params: RuntimeIdParams): RuntimeRecord | null {
516 return this.supervisor.get(params.runtimeId) ?? null
517 }
518
519 private reconcileRuntime(params: RuntimeIdParams): unknown {
520 return this.supervisor.reconcileRuntime(params.runtimeId)

Callers 1

constructorMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected