MCPcopy Create free account
hub / github.com/amasad/debug_utils / $dugr

Function $dugr

du.js:394–396  ·  view source on GitHub ↗

* Removes debug/log getter from `object` property `prop`. * * @param {object} object * @param {string} prop * @public

(object, prop)

Source from the content-addressed store, hash-verified

392 */
393
394function $dugr(object, prop) {
395 return removeAccessors(object, prop);
396}
397
398/**
399 * Adds debug setter from `object` property `prop`.

Callers

nothing calls this directly

Calls 1

removeAccessorsFunction · 0.85

Tested by

no test coverage detected