MCPcopy
hub / github.com/codedogQBY/ReadAny / getDeviceId

Function getDeviceId

packages/core/src/sync/simple-sync.ts:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183// ---------------------------------------------------------------------------
184
185async function getDeviceId(): Promise<string> {
186 return getLocalDeviceId();
187}
188
189async function getLastSyncTimestamp(): Promise<number> {
190 const db = await getDB();

Callers 2

collectChangesFunction · 0.70
runSimpleSyncFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected