Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ get_raw_output_stream
Method
get_raw_output_stream
src/execution/executor.py:145–146 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
143
return
self.protected_output_stream
144
145
def
get_raw_output_stream(self):
146
return
self.raw_output_stream
147
148
def
get_process_id(self):
149
return
self.process_wrapper.get_process_id()
Callers
9
test_env_variables_when_pty
Method · 0.45
test_env_variables_when_popen
Method · 0.45
test_pass_as
Method · 0.45
test_pass_as_stdin
Method · 0.45
test_values_ui_mapping
Method · 0.45
test_log_raw_single_line
Method · 0.45
test_log_raw_single_buffer
Method · 0.45
test_log_raw_multiple_buffers
Method · 0.45
open
Method · 0.45
Calls
no outgoing calls
Tested by
8
test_env_variables_when_pty
Method · 0.36
test_env_variables_when_popen
Method · 0.36
test_pass_as
Method · 0.36
test_pass_as_stdin
Method · 0.36
test_values_ui_mapping
Method · 0.36
test_log_raw_single_line
Method · 0.36
test_log_raw_single_buffer
Method · 0.36
test_log_raw_multiple_buffers
Method · 0.36