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

Function size2

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-inspector/index.js:495–495  ·  view source on GitHub ↗
(arrayOrString)

Source from the content-addressed store, hash-verified

493var isArray2 = (thing) => Array.isArray(thing);
494var slice = (arrayOrString, start, end) => arrayOrString.slice(start, end);
495var size2 = (arrayOrString) => arrayOrString.length;
496var test = (regex, subject) => regex.test(subject);
497var getUndefined2 = () => void 0;
498var getArg = (value) => value;

Callers 8

arrayIsEqual2Function · 0.70
arrayIsEmptyFunction · 0.70
objSize2Function · 0.70
objIsEqual2Function · 0.70
visitTreeFunction · 0.70
getPoolFunctionsFunction · 0.70
deepFunction · 0.70
callWithIdsFunction · 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…