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

Function size

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

Source from the content-addressed store, hash-verified

67var isArray = (thing) => Array.isArray(thing);
68var slice = (arrayOrString, start, end) => arrayOrString.slice(start, end);
69var size = (arrayOrString) => arrayOrString.length;
70var test = (regex, subject) => regex.test(subject);
71var getUndefined = () => void 0;
72var noop = () => {

Callers 14

arrayIsEqualFunction · 0.70
arrayIsEmptyFunction · 0.70
objSizeFunction · 0.70
objIsEqualFunction · 0.70
visitTreeFunction · 0.70
getPoolFunctionsFunction · 0.70
deepFunction · 0.70
callWithIdsFunction · 0.70
clearCheckpointIdsFunction · 0.70
trimBackwardsIdsFunction · 0.70
stampValidateFunction · 0.70
validateMergeableContentFunction · 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…