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

Function stampNewObj

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:1007–1007  ·  view source on GitHub ↗
(hlc = EMPTY_STRING)

Source from the content-addressed store, hash-verified

1005 stamp[2] = hash >>> 0;
1006};
1007var stampNewObj = (hlc = EMPTY_STRING) => stampNew(objNew(), hlc);
1008var stampNewMap = (hlc = EMPTY_STRING) => [mapNew(), hlc, 0];
1009var stampMapToObjWithHash = ([map2, hlc, hash], mapper) => [
1010 mapToObj(map2, mapper),

Callers 3

getMergeableTableDiffFunction · 0.70
getMergeableRowDiffFunction · 0.70
getMergeableCellDiffFunction · 0.70

Calls 2

stampNewFunction · 0.70
objNewFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…