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

Function removeNode

static/vuejs/vue.runtime.js:4578–4584  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

4576 }
4577
4578 function removeNode (el) {
4579 var parent = nodeOps.parentNode(el);
4580 // element may have already been removed due to v-html / v-text
4581 if (isDef(parent)) {
4582 nodeOps.removeChild(parent, el);
4583 }
4584 }
4585
4586 var inPre = 0;
4587 function createElm (vnode, insertedVnodeQueue, parentElm, refElm, nested) {

Callers 3

remove$$1Function · 0.70
removeVnodesFunction · 0.70

Calls 1

isDefFunction · 0.70

Tested by

no test coverage detected