MCPcopy
hub / github.com/electerm/electerm / uid

Function uid

test/unit/db-concurrency.spec.js:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 function uid () {
53 return Math.random().toString(36).slice(2) + Date.now().toString(36)
54 }
55
56 async function action (dbName, op, ...args) {
57 if (op === 'compactDatafile') return

Callers 15

actionFunction · 0.85
_batchStepConnectMethod · 0.85
handleFinishFunction · 0.85
handleFinishFunction · 0.85
AIChatFunction · 0.85
constructorMethod · 0.85
submitFunction · 0.85
fixBookmarksIdFunction · 0.85
bookmark-upload.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected