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

Function feed

node/tests/skills.test.ts:38–40  ·  view source on GitHub ↗
(env: Envelope)

Source from the content-addressed store, hash-verified

36 );
37 t.attachStreamsForTest(toCore, fromCore);
38 const feed = (env: Envelope) => {
39 fromCore.write(sizeDelimitedEncode(EnvelopeSchema, env));
40 };
41 const reqs = sizeDelimitedDecodeStream(EnvelopeSchema, toCore);
42 return { t, feed, reqs };
43}

Callers 1

skills.test.tsFile · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected