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

Function Sub

static/vuejs/vue.js:3915–3917  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3913 }
3914
3915 var Sub = function VueComponent (options) {
3916 this._init(options);
3917 };
3918 Sub.prototype = Object.create(Super.prototype);
3919 Sub.prototype.constructor = Sub;
3920 Sub.cid = cid++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected