MCPcopy
hub / github.com/vuejs/core / parentNode

Function parentNode

packages/runtime-test/src/nodeOps.ts:218–220  ·  view source on GitHub ↗
(node: TestNode)

Source from the content-addressed store, hash-verified

216}
217
218function parentNode(node: TestNode): TestElement | null {
219 return node.parentNode
220}
221
222function nextSibling(node: TestNode): TestNode | null {
223 const parent = node.parentNode

Callers 8

hydrateNodeFunction · 0.85
hydrateFragmentFunction · 0.85
handleMismatchFunction · 0.85
mountJobFunction · 0.85
hydrateDisabledTeleportFunction · 0.85
hydrateTeleportFunction · 0.85
resolveFunction · 0.85
registerDepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected