MCPcopy 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
555function hop(obj, prop) {
556 return Object.prototype.hasOwnProperty.call(obj, prop)
557}
558
559function representSimpleObj(val, space) {
560 space -= 2

Callers 2

representSimpleObjFunction · 0.70
expandObjFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected