MCPcopy
hub / github.com/deepstreamIO/deepstream.io / getUid

Function getUid

src/utils/utils.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 * Returns a unique identifier
6 */
7export let getUid = function (): string {
8 return `${Date.now().toString(36)}-${(Math.random() * 10000000000000000000).toString(36)}`
9}
10
11/**
12 * Takes a key-value map and returns

Callers 4

getFunction · 0.90
getJifToMsgFunction · 0.90
parseFunction · 0.90
processMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected