MCPcopy
hub / github.com/fanmingming/live / createTextVNode

Function createTextVNode

m3u8/vue.js:820–822  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

818 };
819
820 function createTextVNode (val) {
821 return new VNode(undefined, undefined, undefined, String(val))
822 }
823
824 // optimized shallow clone
825 // used for static nodes and slot nodes because they may be reused across

Callers 2

normalizeChildrenFunction · 0.85
normalizeArrayChildrenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected