Set all covered change hashes at once.
(mut self, hashes: Vec<Hash>)
| 622 | |
| 623 | /// Set all covered change hashes at once. |
| 624 | pub fn changes_covered(mut self, hashes: Vec<Hash>) -> Self { |
| 625 | self.changes_covered = hashes; |
| 626 | self |
| 627 | } |
| 628 | |
| 629 | /// Set the previous attestation hash (for session resume chaining). |
| 630 | pub fn previous_attestation(mut self, hash: Hash) -> Self { |
no outgoing calls
no test coverage detected