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

Function Parent

packages/runtime-core/__tests__/rendererOptimizedMode.spec.ts:483–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481 },
482 }
483 const Parent = () => (
484 openBlock(),
485 createBlock('div', null, [
486 createVNode('div', { style: {} }, [createVNode(Child)], 4 /* STYLE */),
487 ])
488 )
489 render(h(Parent), root)
490 render(null, root)
491 expect(spy).toHaveBeenCalledTimes(1)

Callers

nothing calls this directly

Calls 2

openBlockFunction · 0.85
createBlockFunction · 0.50

Tested by

no test coverage detected