MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createTextVNode

Function createTextVNode

static/vuejs/vue.runtime.js:1601–1603  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1599};
1600
1601function createTextVNode (val) {
1602 return new VNode(undefined, undefined, undefined, String(val))
1603}
1604
1605// optimized shallow clone
1606// used for static nodes and slot nodes because they may be reused across

Callers 2

normalizeChildrenFunction · 0.70
normalizeArrayChildrenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected