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

Function getNextHlc

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

Source from the content-addressed store, hash-verified

47 ) as string;
48
49 const getNextHlc = (): Hlc => {
50 seenHlc();
51 return encodeHlc(lastLogicalTime, ++lastCounter);
52 };
53
54 const seenHlc = (hlc?: Hlc): void => {
55 const previousLogicalTime = lastLogicalTime;

Callers 3

common.test.tsFile · 0.50
cellChangedFunction · 0.50
valueChangedFunction · 0.50

Calls 2

seenHlcFunction · 0.70
encodeHlcFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…