Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ar-Ray-code/lingbot-depth-trt
/ display_host
Function
display_host
python/scripts/viser_pointcloud_viewer.py:114–115 ·
view source on GitHub ↗
(host: str)
Source
from the content-addressed store, hash-verified
112
113
114
def
display_host(host: str) -> str:
115
return
"localhost"
if
host in (
"0.0.0.0"
,
"::"
)
else
host
116
117
118
def
apply_camera_state(client: Any, state: CameraState) -> None:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected