Returns true if `bytes` is the GDPR erasure sentinel.
(bytes: &[u8])
| 65 | |
| 66 | /// Returns true if `bytes` is the GDPR erasure sentinel. |
| 67 | pub fn is_cell_gdpr_erasure(bytes: &[u8]) -> bool { |
| 68 | bytes == CELL_GDPR_ERASURE_SENTINEL |
| 69 | } |
| 70 | |
| 71 | #[cfg(test)] |
| 72 | mod tests { |
no outgoing calls
no test coverage detected