MCPcopy Create free account
hub / github.com/bugy/script-server / HistoryEntry

Class HistoryEntry

src/execution/logging.py:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100class HistoryEntry:
101 def __init__(self):
102 self.user_name = None
103 self.user_id = None
104 self.start_time = None
105 self.script_name = None
106 self.command = None
107 self.output_format = None
108 self.id = None
109 self.exit_code = None
110
111
112class ExecutionLoggingService:

Callers 2

_create_history_entryMethod · 0.90
_parameters_to_entryMethod · 0.85

Calls

no outgoing calls

Tested by 1

_create_history_entryMethod · 0.72