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

Method write

python/tests/test_skills.py:29–30  ·  view source on GitHub ↗
(self, data: bytes)

Source from the content-addressed store, hash-verified

27 self._sink = sink
28
29 def write(self, data: bytes) -> None:
30 self._sink.feed_data(data)
31
32 def close(self) -> None:
33 self._sink.feed_eof()

Callers 7

_write_delimitedFunction · 0.45
mainFunction · 0.45
#writeMethod · 0.45
print-surface.tsFile · 0.45
feedFunction · 0.45
feedFunction · 0.45
transport.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected