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

Function removeNode

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

Source from the content-addressed store, hash-verified

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