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

Function Sub

static/vuejs/vue.esm.js:3919–3921  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3917 }
3918
3919 var Sub = function VueComponent (options) {
3920 this._init(options);
3921 };
3922 Sub.prototype = Object.create(Super.prototype);
3923 Sub.prototype.constructor = Sub;
3924 Sub.cid = cid++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected