Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
480
function
getInnerChild(vnode: VNode) {
481
return
vnode.shapeFlag & ShapeFlags.SUSPENSE ? vnode.ssContent! : vnode
482
}
Callers
2
cacheSubtree
Function · 0.70
setup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected