MCPcopy Create free account
hub / github.com/concensure/Semantic / ErrorPattern

Class ErrorPattern

engine/src/lib.rs:457–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455
456#[derive(Debug, Clone, Serialize, Deserialize)]
457pub struct ErrorPattern {
458 pub id: i64,
459 pub error_hash: String,
460 pub error_kind: String,
461 pub message: String,
462 pub file_hint: String,
463 pub symbol_hint: String,
464 pub first_seen: u64,
465 pub last_seen: u64,
466 pub hit_count: i64,
467}
468
469#[derive(Debug, Clone, Serialize, Deserialize)]
470pub struct ErrorSolution {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…