MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / answer

Method answer

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

Write an ANSWER envelope on this stream's id.

(env: Envelope)

Source from the content-addressed store, hash-verified

36 envelopes(): AsyncGenerator<Envelope>;
37 /** Write an ANSWER envelope on this stream's id. */
38 answer(env: Envelope): Promise<void>;
39}
40
41/**

Callers 2

pinMethod · 0.65
confirmMethod · 0.65

Implementers 1

Transportnode/src/transport.ts

Calls

no outgoing calls

Tested by

no test coverage detected