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

Function _read_request

python/tests/test_transport.py:90–94  ·  view source on GitHub ↗
(proc: FakeProc)

Source from the content-addressed store, hash-verified

88
89
90async def _read_request(proc: FakeProc) -> pb.Envelope:
91 body = await _read_delimited(proc._client_to_core)
92 env = pb.Envelope()
93 env.ParseFromString(body)
94 return env
95
96
97# --- tests ----------------------------------------------------------------

Callers 1

coreFunction · 0.70

Calls 1

_read_delimitedFunction · 0.90

Tested by

no test coverage detected