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

Function stampNewMap

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

Source from the content-addressed store, hash-verified

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),
1011 hlc,

Callers 1

newContentStampMapFunction · 0.70

Calls 1

mapNewFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…