MCPcopy Index your code
hub / github.com/TruthHun/BookStack / createRmCb

Function createRmCb

static/vuejs/vue.runtime.esm.js:4572–4580  ·  view source on GitHub ↗
(childElm, listeners)

Source from the content-addressed store, hash-verified

4570 }
4571
4572 function createRmCb (childElm, listeners) {
4573 function remove$$1 () {
4574 if (--remove$$1.listeners === 0) {
4575 removeNode(childElm);
4576 }
4577 }
4578 remove$$1.listeners = listeners;
4579 return remove$$1
4580 }
4581
4582 function removeNode (el) {
4583 var parent = nodeOps.parentNode(el);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected