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

Function createTextVNode

static/vuejs/vue.js:1605–1607  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1603};
1604
1605function createTextVNode (val) {
1606 return new VNode(undefined, undefined, undefined, String(val))
1607}
1608
1609// optimized shallow clone
1610// 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