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

Function remove$$1

static/vuejs/vue.runtime.js:4569–4573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers 1

updateListenersFunction · 0.70

Calls 1

removeNodeFunction · 0.70

Tested by

no test coverage detected