MCPcopy Create free account
hub / github.com/dobin/SuperMega / add_log

Method add_log

observer.py:35–36  ·  view source on GitHub ↗
(self, log: str)

Source from the content-addressed store, hash-verified

33
34
35 def add_log(self, log: str):
36 self.logs.append(log)
37
38
39 def get_logs(self):

Callers 1

emitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected