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

Function parentNode

static/vuejs/vue.runtime.js:4409–4411  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

4407}
4408
4409function parentNode (node) {
4410 return node.parentNode
4411}
4412
4413function nextSibling (node) {
4414 return node.nextSibling

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected