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

Function pairNewMap

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

Source from the content-addressed store, hash-verified

1016var pairNew = (value) => [value, value];
1017var pairCollSize2 = (pair, func = collSize2) => func(pair[0]) + func(pair[1]);
1018var pairNewMap = () => [mapNew(), mapNew()];
1019var pairClone = (array) => [...array];
1020var pairIsEqual = ([entry1, entry2]) => entry1 === entry2;
1021var idsChanged = (changedIds, id2, addedOrRemoved) => mapSet(

Callers 1

createStoreFunction · 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…