MCPcopy
hub / github.com/aspen-cloud/triplit / getInstallId

Function getInstallId

packages/cli/src/config.ts:22–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20};
21
22export const getInstallId = () => {
23 let installId = config.get('installId', null);
24 if (!installId) {
25 installId = randomUUID();
26 config.set('installId', installId);
27 }
28 return installId;
29};

Callers 1

index.tsFile · 0.85

Calls 2

getMethod · 0.65
setMethod · 0.65

Tested by

no test coverage detected