Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/marijnh/Eloquent-JavaScript
/ hop
Function
hop
src/client/sandbox.mjs:555–557 ·
view source on GitHub ↗
(obj, prop)
Source
from the content-addressed store, hash-verified
553
}
554
555
function
hop(obj, prop) {
556
return
Object.prototype.hasOwnProperty.call(obj, prop)
557
}
558
559
function
representSimpleObj(val, space) {
560
space -= 2
Callers
2
representSimpleObj
Function · 0.70
expandObj
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected