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

Method reconcileRuntime

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

Source from the content-addressed store, hash-verified

517 }
518
519 private reconcileRuntime(params: RuntimeIdParams): unknown {
520 return this.supervisor.reconcileRuntime(params.runtimeId)
521 }
522
523 private async stopRuntime(params: RuntimeStopParams, context: RuntimeHandlerContext): Promise<RuntimeRecord | null> {
524 const current = this.supervisor.get(params.runtimeId)

Callers 2

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected