pub fn process_capsule_confidence(
scheduler: &dyn ConfidenceScheduler,
capsule_id: &str,
gene_id: &GeneId,
confidence: f32,
created_at_ms: i64,
current_time_ms: i64,
state: AssetState,
) -> Vec<ConfidenceAction>Expand description
Apply decay to a capsule and return actions