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

Function objGet

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:124–124  ·  view source on GitHub ↗
(obj, id2)

Source from the content-addressed store, hash-verified

122var objFreeze = object.freeze;
123var objNew = (entries = []) => object.fromEntries(entries);
124var objGet = (obj, id2) => ifNotUndefined(obj, (obj2) => obj2[id2]);
125var objHas = (obj, id2) => id2 in obj;
126var objDel = (obj, id2) => {
127 delete obj[id2];

Callers 1

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