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

Method measurement_cache_path

verifier/src/verification.rs:165–168  ·  view source on GitHub ↗
(&self, cache_key: &str)

Source from the content-addressed store, hash-verified

163 }
164
165 fn measurement_cache_path(&self, cache_key: &str) -> PathBuf {
166 self.measurement_cache_dir()
167 .join(format!("{cache_key}.json"))
168 }
169
170 fn vm_config_cache_key(vm_config: &VmConfig) -> Result<String> {
171 let serialized = serde_json::to_vec(vm_config)

Callers 2

Calls 1

measurement_cache_dirMethod · 0.80

Tested by

no test coverage detected