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

Function createEmptyVNode

static/vuejs/vue.runtime.esm.js:1588–1593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1586Object.defineProperties( VNode.prototype, prototypeAccessors );
1587
1588var createEmptyVNode = function () {
1589 var node = new VNode();
1590 node.text = '';
1591 node.isComment = true;
1592 return node
1593};
1594
1595function createTextVNode (val) {
1596 return new VNode(undefined, undefined, undefined, String(val))

Callers 2

_createElementFunction · 0.70
renderMixinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected