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

Function $dusr

du.js:430–432  ·  view source on GitHub ↗

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

(object, prop)

Source from the content-addressed store, hash-verified

428 */
429
430function $dusr(object, prop) {
431 return removeAccessors(object, prop);
432}
433
434/**
435 * Adds debug getter and setter to `object` property `prop`.

Callers

nothing calls this directly

Calls 1

removeAccessorsFunction · 0.85

Tested by

no test coverage detected