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

Function createTextVNode

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

Source from the content-addressed store, hash-verified

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