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

Class ErrorSolution

engine/src/lib.rs:470–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468
469#[derive(Debug, Clone, Serialize, Deserialize)]
470pub struct ErrorSolution {
471 pub id: i64,
472 pub pattern_id: i64,
473 pub solution: String,
474 pub outcome: String,
475 pub applied_at: u64,
476 pub token_cost: i64,
477}

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…