(&self)
| 275 | } |
| 276 | |
| 277 | pub fn trust(&self) -> f32 { |
| 278 | metadata_score(self.metadata.get(CONTEXT_TRUST_METADATA)) |
| 279 | } |
| 280 | |
| 281 | pub fn freshness(&self) -> f32 { |
| 282 | metadata_score(self.metadata.get(CONTEXT_FRESHNESS_METADATA)) |
no test coverage detected