MCPcopy Index your code
hub / github.com/TruthHun/BookStack / removeNode

Function removeNode

static/vuejs/vue.runtime.esm.js:4582–4588  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

4580 }
4581
4582 function removeNode (el) {
4583 var parent = nodeOps.parentNode(el);
4584 // element may have already been removed due to v-html / v-text
4585 if (isDef(parent)) {
4586 nodeOps.removeChild(parent, el);
4587 }
4588 }
4589
4590 var inPre = 0;
4591 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