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

Function isRuntimeRequest

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

Source from the content-addressed store, hash-verified

656}
657
658export function isRuntimeRequest(value: unknown): value is RuntimeRequest {
659 return validateRuntimeRequest(value).ok
660}
661
662export function isRuntimeResponse(value: unknown): value is RuntimeResponse {
663 return validateRuntimeResponse(value).ok

Callers

nothing calls this directly

Calls 1

validateRuntimeRequestFunction · 0.85

Tested by

no test coverage detected