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

Function createEmptyVNode

static/vuejs/vue.js:1598–1603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1596Object.defineProperties( VNode.prototype, prototypeAccessors );
1597
1598var createEmptyVNode = function () {
1599 var node = new VNode();
1600 node.text = '';
1601 node.isComment = true;
1602 return node
1603};
1604
1605function createTextVNode (val) {
1606 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