MCPcopy Create free account
hub / github.com/modelscope/ms-agent / NullWriter

Class NullWriter

webui/backend/deep_research_worker.py:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class NullWriter:
24
25 def write(self, _: str) -> int:
26 return 0
27
28 def flush(self) -> None:
29 return None
30
31
32class NDJSONEmitter:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected