Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getBody
Function · 0.85
appendProperties
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected