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

Function objSize

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

Source from the content-addressed store, hash-verified

80 return obj;
81};
82var objSize = (obj) => size(objIds(obj));
83var objIsEqual = (obj1, obj2, isEqual2 = (value1, value2) => value1 === value2) => {
84 const entries1 = objEntries(obj1);
85 return size(entries1) === objSize(obj2) && arrayEvery(

Callers 1

objIsEqualFunction · 0.70

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…