MCPcopy
hub / github.com/msoedov/agentic_security / createTextVNode

Function createTextVNode

agentic_security/static/vue.js:821–823  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

819 };
820
821 function createTextVNode (val) {
822 return new VNode(undefined, undefined, undefined, String(val))
823 }
824
825 // optimized shallow clone
826 // 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