Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
class
NullWriter:
24
25
def
write(self, _: str) -> int:
26
return
0
27
28
def
flush(self) -> None:
29
return
None
30
31
32
class
NDJSONEmitter:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected