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

Function $duvl

du.js:136–138  ·  view source on GitHub ↗

* Adds a logger `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

134 */
135
136function $duvl(object, event) {
137 return debugEvent(object, event, true);
138}
139
140/**
141 * Removes previously set `event` handler by `$duv` or `$duvl` from `object`.

Callers

nothing calls this directly

Calls 1

debugEventFunction · 0.85

Tested by

no test coverage detected