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

Function parentNode

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected