MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / flush

Method flush

core/peer_shell.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 self._buf.write(data)
70
71 def flush(self):
72 sys.stdout.flush()
73
74 def getvalue(self) -> str:
75 return self._buf.getvalue()

Callers 10

confirmFunction · 0.80
startMethod · 0.80
writeMethod · 0.80
run_promptedFunction · 0.80
run_positionalFunction · 0.80
startMethod · 0.80
set_titleMethod · 0.80
_infer_streamingMethod · 0.80
inferFunction · 0.80
_infer_streamingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected