MCPcopy Create free account
hub / github.com/echQoQ/RustSL / log_append

Method log_append

gui/main_window.py:33–35  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

31 self.init_ui()
32
33 def log_append(self, text):
34 self.log.append(text)
35 self.log.ensureCursorVisible()
36
37 def init_ui(self):
38 layout = QVBoxLayout()

Callers 1

on_gen_errorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected