Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ isInternalKey
Function
isInternalKey
packages/runtime-core/src/componentSlots.ts:84–85 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
82
}
83
84
const
isInternalKey = (key: string) =>
85
key ===
'_'
|| key ===
'_ctx'
|| key ===
'$stable'
86
87
const
normalizeSlotValue = (value: unknown): VNode[] =>
88
isArray(value)
Callers
3
normalizeObjectSlots
Function · 0.85
assignSlots
Function · 0.85
updateSlots
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected