MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getLastCounter

Function getLastCounter

src/common/hlc.ts:102–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 const getLastLogicalTime = (): number => lastLogicalTime;
101
102 const getLastCounter = (): number => lastCounter;
103
104 const getClientId = (): Id => thisClientId;
105

Callers 1

common.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…