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

Function Dep

static/vuejs/vue.runtime.js:615–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected