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

Function Dep

static/vuejs/vue.runtime.esm.js:609–612  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected