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

Function Dep

static/vuejs/vue.js:619–622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected