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

Function pairClone

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

Source from the content-addressed store, hash-verified

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(
1022 changedIds,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…