Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RioArisk/claudecode_api_RemoteControl
/ generateServerId
Function
generateServerId
app/src/modules/utils.js:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
export
function
generateServerId() {
101
return
's_'
+ Date.now().toString(36) +
'_'
+ Math.random().toString(36).slice(2, 8);
102
}
Callers
2
normalizeServerEntry
Function · 0.90
addServer
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected