Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
def
log(message: str) -> None:
75
with
LOG_PATH.open(
"a"
, encoding=
"utf-8"
)
as
fh:
76
fh.write(message +
"\n"
)
77
78
79
def
canonical_ip(value: str):
Callers
4
reject
Method · 0.70
do_POST
Method · 0.70
log_message
Method · 0.70
main
Function · 0.70
Calls
1
write
Method · 0.45
Tested by
no test coverage detected