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

Function table

crates/openquant/tests/etf_trick.rs:11–13  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

9}
10
11fn table(name: &str) -> Table {
12 Table::from_csv(&fixture_dir().join(name)).unwrap()
13}
14
15#[test]
16fn test_etf_trick_costs_defined() {

Callers 3

test_input_exceptionsFunction · 0.85

Calls 1

fixture_dirFunction · 0.70

Tested by

no test coverage detected