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

Method recordFailed

src/proxy/task/monitor.js:92–95  ·  view source on GitHub ↗
(taskId)

Source from the content-addressed store, hash-verified

90 }
91
92 recordFailed(taskId) {
93 this._stats.tasks_failed++;
94 this.store.setState('task_monitor_stats', JSON.stringify(this.getMetrics()));
95 }
96
97 recordTaskReceived(count = 1) {
98 this._stats.tasks_received += count;

Callers 1

Calls 2

getMetricsMethod · 0.95
setStateMethod · 0.80

Tested by

no test coverage detected