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

Function arrayShift

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

Source from the content-addressed store, hash-verified

97var arrayPop = (array) => array.pop();
98var arrayUnshift = (array, ...values) => array.unshift(...values);
99var arrayShift = (array) => array.shift();
100var collSizeN = (collSizer) => (coll) => arrayReduce(collValues(coll), (total, coll2) => total + collSizer(coll2), 0);
101var collSize = (coll) => coll?.size ?? 0;
102var collSize2 = collSizeN(collSize);

Callers 2

getPoolFunctionsFunction · 0.70
goForwardImplFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…