MCPcopy Create free account
hub / github.com/EvoMap/evolver / unsubscribe

Method unsubscribe

src/proxy/task/monitor.js:59–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 unsubscribe() {
60 this.store.setState('task_subscription', JSON.stringify({
61 enabled: false,
62 unsubscribed_at: new Date().toISOString(),
63 }));
64 const result = this.store.send({
65 type: 'task_unsubscribe',
66 payload: {},
67 });
68 return result;
69 }
70
71 recordClaim(taskId) {
72 this._stats.tasks_claimed++;

Callers 2

buildRoutesFunction · 0.80

Calls 2

setStateMethod · 0.80
sendMethod · 0.45

Tested by

no test coverage detected