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

Function parentNode

static/vuejs/vue.common.js:4419–4421  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

4417}
4418
4419function parentNode (node) {
4420 return node.parentNode
4421}
4422
4423function nextSibling (node) {
4424 return node.nextSibling

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected