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

Function remove$$1

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

Source from the content-addressed store, hash-verified

4577
4578 function createRmCb (childElm, listeners) {
4579 function remove$$1 () {
4580 if (--remove$$1.listeners === 0) {
4581 removeNode(childElm);
4582 }
4583 }
4584 remove$$1.listeners = listeners;
4585 return remove$$1
4586 }

Callers 1

updateListenersFunction · 0.70

Calls 1

removeNodeFunction · 0.70

Tested by

no test coverage detected