MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / log_message

Method log_message

e2e/mcp-conformance/host-bridge.py:238–239  ·  view source on GitHub ↗
(self, format: str, *args: Any)

Source from the content-addressed store, hash-verified

236 self.send_json(200, body)
237
238 def log_message(self, format: str, *args: Any) -> None:
239 log(format % args)
240
241
242def main() -> None:

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected