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

Function createRmCb

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected