MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / measurement_cache_dir

Method measurement_cache_dir

verifier/src/verification.rs:161–163  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

159 }
160
161 fn measurement_cache_dir(&self) -> PathBuf {
162 Path::new(&self.image_cache_dir).join("measurements")
163 }
164
165 fn measurement_cache_path(&self, cache_key: &str) -> PathBuf {
166 self.measurement_cache_dir()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected