MCPcopy Create free account
hub / github.com/chatmail/core / log

Method log

python/tests/stress_test_db.py:93–94  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

91 self._thread.start()
92
93 def log(self, message) -> None:
94 self._log(f"{self.addr} {message}")
95
96 def thread_stats(self):
97 # XXX later use, for now we just quit

Callers 3

test_db_busy_errorFunction · 0.95
ac_incoming_messageMethod · 0.95
ac_process_ffi_eventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected