MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / envelopes

Method envelopes

node/src/streaming.ts:36–36  ·  view source on GitHub ↗

Async-iterate the raw envelopes for this stream (terminates on done).

()

Source from the content-addressed store, hash-verified

34const STREAM_ERROR_NAMES: Record<number, string> = {
35 [AskStreamErrorCode.UNSPECIFIED]: "unspecified",
36 [AskStreamErrorCode.MACHINE_OFFLINE]: "machine_offline",
37 [AskStreamErrorCode.NO_TARGETS]: "no_targets",
38 [AskStreamErrorCode.INTERNAL]: "internal",
39 [AskStreamErrorCode.PIN_DENIED]: "pin_denied",

Callers 1

Implementers 1

Transportnode/src/transport.ts

Calls

no outgoing calls

Tested by

no test coverage detected