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

Function parentNode

static/vuejs/vue.runtime.common.js:4415–4417  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

4413}
4414
4415function parentNode (node) {
4416 return node.parentNode
4417}
4418
4419function nextSibling (node) {
4420 return node.nextSibling

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected