Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RioArisk/claudecode_api_RemoteControl
/ getServerDisplayName
Function
getServerDisplayName
app/src/modules/hub.js:47–49 ·
view source on GitHub ↗
(server)
Source
from the content-addressed store, hash-verified
45
}
46
47
function
getServerDisplayName(server) {
48
return
(server.alias || server.addr ||
''
).trim();
49
}
50
51
function
normalizeServerList(list) {
52
if
(!Array.isArray(list))
return
[];
Callers
2
renderHubCards
Function · 0.70
showHubConnectOverlay
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected