MCPcopy
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
84const isInternalKey = (key: string) =>
85 key === '_' || key === '_ctx' || key === '$stable'
86
87const normalizeSlotValue = (value: unknown): VNode[] =>
88 isArray(value)

Callers 3

normalizeObjectSlotsFunction · 0.85
assignSlotsFunction · 0.85
updateSlotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected