Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ recordTaskReceived
Method
recordTaskReceived
src/proxy/task/monitor.js:97–99 ·
view source on GitHub ↗
(count = 1)
Source
from the content-addressed store, hash-verified
95
}
96
97
recordTaskReceived(count = 1) {
98
this._stats.tasks_received += count;
99
}
100
101
getMetrics() {
102
const
pendingTasks = this.store.countPending({ direction:
'inbound'
});
Callers
1
taskMonitor.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected