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

Function isRuntimeKind

projects/runtime-protocol/src/protocol.ts:386–388  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

384}
385
386function isRuntimeKind(value: unknown): value is RuntimeRecord["kind"] {
387 return value === "agent" || value === "process" || value === "pty" || value === "git" || value === "fsWatch" || value === "composite"
388}
389
390const RUNTIME_SCOPE_KEYS = new Set(["workspaceId", "rootPath", "repoPath", "correlationId", "ownerType", "ownerId", "labels"])
391const RUNTIME_RECORD_KEYS = new Set([

Callers 1

validateRuntimeRecordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected