MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / testdata_dir

Function testdata_dir

crates/openshell-prover/src/lib.rs:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 use std::path::PathBuf;
85
86 fn testdata_dir() -> PathBuf {
87 PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("testdata")
88 }
89
90 // 1. Parse testdata/policy.yaml, verify structure.
91 #[test]

Calls

no outgoing calls