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

Function isRuntimeResponse

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

Source from the content-addressed store, hash-verified

660}
661
662export function isRuntimeResponse(value: unknown): value is RuntimeResponse {
663 return validateRuntimeResponse(value).ok
664}
665
666export function isRuntimeNotification(value: unknown): value is RuntimeNotification {
667 return validateRuntimeNotification(value).ok

Callers

nothing calls this directly

Calls 1

validateRuntimeResponseFunction · 0.85

Tested by

no test coverage detected