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

Function getInnerChild

packages/runtime-core/src/components/KeepAlive.ts:480–482  ·  view source on GitHub ↗
(vnode: VNode)

Source from the content-addressed store, hash-verified

478}
479
480function getInnerChild(vnode: VNode) {
481 return vnode.shapeFlag & ShapeFlags.SUSPENSE ? vnode.ssContent! : vnode
482}

Callers 2

cacheSubtreeFunction · 0.70
setupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected