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

Function h

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

Source from the content-addressed store, hash-verified

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

Callers 2

placeholderFunction · 0.70
vue.jsFile · 0.70

Calls 1

createElementFunction · 0.70

Tested by

no test coverage detected