MCPcopy Index your code
hub / github.com/bugy/script-server / read_log

Method read_log

src/tests/execution_logging_test.py:105–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 return self.logger
104
105 def read_log(self):
106 if self.file_path and os.path.exists(self.file_path):
107 return file_utils.read_file(self.file_path, keep_newlines=True)
108
109 return None
110
111 def is_file_opened(self):
112 if self.output_logger.log_file:

Callers 4

test_simple_logMethod · 0.95
test_multiple_logsMethod · 0.95
test_log_without_openMethod · 0.95
test_caret_returnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected