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

Function _feed

python/tests/test_transport.py:83–87  ·  view source on GitHub ↗

Feed one length-delimited Envelope into the core->client stream.

(proc: FakeProc, env: pb.Envelope)

Source from the content-addressed store, hash-verified

81 assert (await call).system_bootstrap_resp.bundle_id == "bundle"
82
83 failed = asyncio.create_task(
84 transport.call_unary(pb.Envelope(list_machines_req=pb.ListMachinesRequest()))
85 )
86 request = await _request(process)
87 _feed(
88 process,
89 pb.Envelope(
90 id=request.id,

Callers 1

coreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected