Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ recordSuccess
Method
recordSuccess
static/js/utils.js:456–459 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
454
}
455
456
recordSuccess() {
457
this.failureCount = Math.max(0, this.failureCount - 1);
458
this.successCount = Math.min(8, this.successCount + 1);
459
}
460
461
recordError() {
462
this.failureCount = Math.min(8, this.failureCount + 1);
Callers
1
watchDomainTask
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected