MCPcopy Create free account
hub / github.com/Open-Quant/openquant / AntiLeakageDiagnostics

Class AntiLeakageDiagnostics

crates/openquant/src/backtesting_engine.rs:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92#[derive(Debug, Clone, PartialEq)]
93pub struct AntiLeakageDiagnostics {
94 pub uses_label_span_purging: bool,
95 pub uses_embargo: bool,
96 pub total_purged: usize,
97 pub total_embargoed: usize,
98}
99
100#[derive(Debug, Clone, PartialEq)]
101pub struct BacktestDiagnostics {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected