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

Function h

static/vuejs/vue.runtime.esm.js:3070–3070  ·  view source on GitHub ↗
(a, b, c, d)

Source from the content-addressed store, hash-verified

3068 // gets a unique context - this is necessary for correct named slot check
3069 var _context = Object.create(context);
3070 var h = function (a, b, c, d) { return createElement(_context, a, b, c, d, true); };
3071 var vnode = Ctor.options.render.call(null, h, {
3072 props: props,
3073 data: data,

Callers 2

placeholderFunction · 0.70
vue.runtime.esm.jsFile · 0.70

Calls 1

createElementFunction · 0.70

Tested by

no test coverage detected