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

Function objGet

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:89–89  ·  view source on GitHub ↗
(obj, id)

Source from the content-addressed store, hash-verified

87);
88var objIds = object.keys;
89var objGet = (obj, id) => ifNotUndefined(obj, (obj2) => obj2[id]);
90var objSize = (obj) => size(objIds(obj));
91var objIsEqual = (obj1, obj2, isEqual3 = (value1, value2) => value1 === value2) => {
92 const entries1 = objEntries(obj1);

Callers 1

useThingFunction · 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…