MCPcopy Create free account
hub / github.com/TruthHun/BookStack / remove$$1

Function remove$$1

static/vuejs/vue.runtime.common.js:4575–4579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4573
4574 function createRmCb (childElm, listeners) {
4575 function remove$$1 () {
4576 if (--remove$$1.listeners === 0) {
4577 removeNode(childElm);
4578 }
4579 }
4580 remove$$1.listeners = listeners;
4581 return remove$$1
4582 }

Callers 1

updateListenersFunction · 0.70

Calls 1

removeNodeFunction · 0.70

Tested by

no test coverage detected