MCPcopy Create free account
hub / github.com/TruthHun/BookStack / h

Function h

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

Source from the content-addressed store, hash-verified

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

Callers 2

placeholderFunction · 0.70
vue.esm.jsFile · 0.70

Calls 1

createElementFunction · 0.70

Tested by

no test coverage detected