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

Class EvolutionRisk

engine/src/lib.rs:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256#[derive(Debug, Clone, Serialize, Deserialize)]
257pub struct EvolutionRisk {
258 pub risk_score: f32,
259 pub reasoning: String,
260}
261
262#[derive(Debug, Clone, Serialize, Deserialize)]
263pub struct FileRecord {

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…