MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getUniqueId

Function getUniqueId

src/common/inspector/common.ts:27–28  ·  view source on GitHub ↗
(...args: (Id | undefined)[])

Source from the content-addressed store, hash-verified

25};
26
27export const getUniqueId = (...args: (Id | undefined)[]) =>
28 jsonStringWithMap(args);
29
30export const getNewIdFromSuggestedId = (
31 suggestedId: Id,

Callers

nothing calls this directly

Calls 1

jsonStringWithMapFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…