MCPcopy
hub / github.com/tinyplex/tinybase / time

Function time

test/unit/common/mergeable.ts:55–56  ·  view source on GitHub ↗
(offset: number, counter: number, storeId: string = 's1')

Source from the content-addressed store, hash-verified

53};
54
55export const time = (offset: number, counter: number, storeId: string = 's1') =>
56 encodeHlc(START_TIME + offset, counter, STORE_ID_HASHES[storeId]);
57
58export const stamped = (offset: number, counter: number, thing: any) => [
59 thing,

Callers 2

stampedFunction · 0.85

Calls 1

encodeHlcFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…