Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ normalizeKey
Function
normalizeKey
packages/runtime-core/src/vnode.ts:436–437 ·
view source on GitHub ↗
({ key }: VNodeProps)
Source
from the content-addressed store, hash-verified
434
}
435
436
const
normalizeKey = ({ key }: VNodeProps): VNode[
'key'
] =>
437
key != null ? key : null
438
439
const
normalizeRef = ({
440
ref,
Callers
2
createBaseVNode
Function · 0.85
cloneVNode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected