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

Function fixture_dir

crates/openquant/tests/etf_trick.rs:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1use openquant::etf_trick::{EtfTrick, Table};
2
3fn fixture_dir() -> std::path::PathBuf {
4 std::path::Path::new(env!("CARGO_MANIFEST_DIR")).join("../../tests/fixtures/etf_trick")
5}
6
7fn fixture_path(name: &str) -> String {
8 fixture_dir().join(name).to_string_lossy().to_string()

Callers 2

fixture_pathFunction · 0.70
tableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected