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

Method drain

python/tests/test_transport.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 process = _Process()
52 transport._process = process # type: ignore[assignment]
53 transport._reader_task = asyncio.create_task(transport._read_loop())
54 return transport, process
55
56
57def _feed(process: _Process, envelope: pb.Envelope) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected