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

Function _feed

python/tests/test_skills.py:72–75  ·  view source on GitHub ↗
(proc: FakeProc, env: pb.Envelope)

Source from the content-addressed store, hash-verified

70
71
72def _feed(proc: FakeProc, env: pb.Envelope) -> None:
73 data = env.SerializeToString()
74 proc.stdout.feed_data(_VarintBytes(len(data)))
75 proc.stdout.feed_data(data)
76
77
78async def _read_request(proc: FakeProc) -> pb.Envelope:

Callers 1

coreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected