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

Function _read_request

python/tests/test_skills.py:78–82  ·  view source on GitHub ↗
(proc: FakeProc)

Source from the content-addressed store, hash-verified

76
77
78async def _read_request(proc: FakeProc) -> pb.Envelope:
79 body = await _read_delimited(proc._client_to_core)
80 env = pb.Envelope()
81 env.ParseFromString(body)
82 return env
83
84
85def test_api_key_flows_into_config() -> None:

Callers 1

coreFunction · 0.70

Calls 1

_read_delimitedFunction · 0.90

Tested by

no test coverage detected