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

Function log

e2e/mcp-conformance/host-bridge.py:74–76  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

72
73
74def log(message: str) -> None:
75 with LOG_PATH.open("a", encoding="utf-8") as fh:
76 fh.write(message + "\n")
77
78
79def canonical_ip(value: str):

Callers 4

rejectMethod · 0.70
do_POSTMethod · 0.70
log_messageMethod · 0.70
mainFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected