MCPcopy 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
100export function generateServerId() {
101 return 's_' + Date.now().toString(36) + '_' + Math.random().toString(36).slice(2, 8);
102}

Callers 2

normalizeServerEntryFunction · 0.90
addServerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected