MCPcopy 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
finishedMethod · 0.45
test_logging_valuesMethod · 0.45
test_exit_codeMethod · 0.45
wait_output_chunksMethod · 0.45
wait_closeMethod · 0.45
get_finish_outputMethod · 0.45
startedMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_logging_valuesMethod · 0.36
test_exit_codeMethod · 0.36
wait_output_chunksMethod · 0.36
wait_closeMethod · 0.36
get_finish_outputMethod · 0.36