MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createRmCb

Function createRmCb

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected