MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / objValue

Function objValue

src/lib/console.js:340–342  ·  view source on GitHub ↗
(obj, ...keys)

Source from the content-addressed store, hash-verified

338 }
339
340 function objValue(obj, ...keys) {
341 return keys.reduce((acc, key) => acc[key], obj);
342 }
343
344 function getPromiseStatus(obj) {
345 if (obj.info) return;

Callers 2

getBodyFunction · 0.85
appendPropertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected