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

Function $duv

du.js:123–125  ·  view source on GitHub ↗

* Adds a debugger `event` handler to `object * * @param {object} object * @param {string} event * @public * @return {*} Whatever is returned from the event listener method.

(object, event)

Source from the content-addressed store, hash-verified

121 */
122
123function $duv(object, event) {
124 return debugEvent(object, event, false);
125}
126
127/**
128 * Adds a logger `event` handler to `object

Callers

nothing calls this directly

Calls 1

debugEventFunction · 0.85

Tested by

no test coverage detected