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

Method is_empty

crates/openquant/src/hpc_parallel.rs:59–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 }
58
59 pub fn is_empty(self) -> bool {
60 self.len() == 0
61 }
62}
63
64#[derive(Debug, Clone, Copy, PartialEq)]

Callers 15

evaluate_rule_on_pathsFunction · 0.80
detect_no_stable_optimumFunction · 0.80
standard_barsFunction · 0.80
time_barsFunction · 0.80
average_holding_periodFunction · 0.80
all_bets_concentrationFunction · 0.80
get_futures_roll_seriesFunction · 0.80
get_mutual_infoFunction · 0.80

Calls 1

lenMethod · 0.80

Tested by 11

evaluate_rule_on_pathsFunction · 0.64
detect_no_stable_optimumFunction · 0.64
average_holding_periodFunction · 0.64
all_bets_concentrationFunction · 0.64
validateMethod · 0.64
run_walk_forwardFunction · 0.64
run_cross_validationFunction · 0.64
run_cpcvFunction · 0.64
summarize_returnsFunction · 0.64