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

Function to_long_execution_log

src/model/external_model.py:73–79  ·  view source on GitHub ↗
(entry, log, running)

Source from the content-addressed store, hash-verified

71
72
73def to_long_execution_log(entry, log, running):
74 external_entry = _translate_history_entry(entry, running)
75 external_entry['command'] = entry.command
76 external_entry['log'] = log
77 external_entry['outputFormat'] = entry.output_format
78
79 return external_entry
80
81
82def _translate_history_entry(entry, running):

Callers 2

getMethod · 0.90

Calls 1

_translate_history_entryFunction · 0.85

Tested by 1