MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / log_message

Method log_message

codeclash/replay/serve.py:85–86  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

83 self.wfile.write(body)
84
85 def log_message(self, *args): # keep the console quiet
86 pass
87
88 try:
89 httpd = _Server(("127.0.0.1", port), Handler)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected