MCPcopy Index your code
hub / github.com/TruthHun/BookStack / createTextVNode

Function createTextVNode

static/vuejs/vue.runtime.esm.js:1595–1597  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1593};
1594
1595function createTextVNode (val) {
1596 return new VNode(undefined, undefined, undefined, String(val))
1597}
1598
1599// optimized shallow clone
1600// 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