LCOV - code coverage report
Current view: top level - pageserver/src/tenant/timeline/import_pgdata - importbucket_format.rs (source / functions) Coverage Total Hit
Test: aca806cab4756d7eb6a304846130f4a73a5d5393.info Lines: 0.0 % 2 0
Test Date: 2025-04-24 20:31:15 Functions: 0.0 % 10 0

            Line data    Source code
       1              : use serde::{Deserialize, Serialize};
       2              : 
       3            0 : #[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq)]
       4              : pub struct PgdataStatus {
       5              :     pub done: bool,
       6              :     // TODO: remaining fields
       7              : }
       8              : 
       9            0 : #[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq)]
      10              : pub struct ShardStatus {
      11              :     pub done: bool,
      12              :     // TODO: remaining fields
      13              : }
        

Generated by: LCOV version 2.1-beta