MCPcopy Create free account
hub / github.com/AI45Lab/Code / record_error

Method record_error

core/src/ahp/executor.rs:287–289  ·  view source on GitHub ↗

Record an error for session stats.

(&self)

Source from the content-addressed store, hash-verified

285
286 /// Record an error for session stats.
287 pub fn record_error(&self) {
288 self.error_count.fetch_add(1, Ordering::Relaxed);
289 }
290
291 /// Get total events processed.
292 pub fn total_events_count(&self) -> u64 {

Callers 3

Calls

no outgoing calls

Tested by 1