MCPcopy
hub / github.com/evoluhq/evolu / makeNode2Timestamp

Function makeNode2Timestamp

packages/evolu/test/testUtils.ts:10–15  ·  view source on GitHub ↗
(millis = 0, counter = 0)

Source from the content-addressed store, hash-verified

8 }) as Timestamp;
9
10export const makeNode2Timestamp = (millis = 0, counter = 0): Timestamp =>
11 ({
12 millis,
13 counter,
14 node: "0000000000000002",
15 }) as Timestamp;

Callers 2

Timestamp.test.tsFile · 0.85
MerkleTree.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected