Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ get_anonymized_output_stream
Method
get_anonymized_output_stream
src/execution/executor.py:142–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
140
return
' '
.join(command)
141
142
def
get_anonymized_output_stream(self):
143
return
self.protected_output_stream
144
145
def
get_raw_output_stream(self):
146
return
self.raw_output_stream
Callers
8
__init__
Method · 0.45
finished
Method · 0.45
test_logging_values
Method · 0.45
test_exit_code
Method · 0.45
wait_output_chunks
Method · 0.45
wait_close
Method · 0.45
get_finish_output
Method · 0.45
started
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_logging_values
Method · 0.36
test_exit_code
Method · 0.36
wait_output_chunks
Method · 0.36
wait_close
Method · 0.36
get_finish_output
Method · 0.36