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

Function Dep

static/vuejs/vue.esm.js:613–616  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

611 * directives subscribing to it.
612 */
613var Dep = function Dep () {
614 this.id = uid$1++;
615 this.subs = [];
616};
617
618Dep.prototype.addSub = function addSub (sub) {
619 this.subs.push(sub);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected