MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / makeUploadId

Function makeUploadId

app/src/modules/utils.js:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96export function makeUploadId() {
97 return `upl_${Date.now()}_${Math.random().toString(36).slice(2, 10)}`;
98}
99
100export function generateServerId() {
101 return 's_' + Date.now().toString(36) + '_' + Math.random().toString(36).slice(2, 8);

Callers 1

initImageUploadFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected