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

Function objHas

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

Source from the content-addressed store, hash-verified

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];
128 return obj;

Callers 6

objEnsureFunction · 0.70
mapMatchFunction · 0.70
addDefaultsToRowFunction · 0.70
addDefaultsToValuesFunction · 0.70
getMergeableTableDiffFunction · 0.70
getMergeableRowDiffFunction · 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…