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

Function createTextVNode

packages/runtime-core/src/vnode.ts:756–758  ·  view source on GitHub ↗
(text: string = ' ', flag: number = 0)

Source from the content-addressed store, hash-verified

754 * @private
755 */
756export function createTextVNode(text: string = ' ', flag: number = 0): VNode {
757 return createVNode(Text, null, text, flag)
758}
759
760/**
761 * @private

Callers 11

hydrateNodeFunction · 0.90
renderFunction · 0.90
runSharedTestsFunction · 0.90
testRenderFunction · 0.85
normalizeChildrenFunction · 0.85
hydration.spec.tsFile · 0.85
renderFunction · 0.85
setupFunction · 0.85
renderFnFunction · 0.85

Calls

no outgoing calls

Tested by 6

renderFunction · 0.72
runSharedTestsFunction · 0.72
testRenderFunction · 0.68
renderFunction · 0.68
setupFunction · 0.68
renderFnFunction · 0.68