LCOV - code coverage report
Current view: top level - libs/postgres_ffi/src - pg_constants_v14.rs (source / functions) Coverage Total Hit
Test: 32f4a56327bc9da697706839ed4836b2a00a408f.info Lines: 100.0 % 3 3
Test Date: 2024-02-07 07:37:29 Functions: 100.0 % 1 1

            Line data    Source code
       1              : pub const XLOG_DBASE_CREATE: u8 = 0x00;
       2              : pub const XLOG_DBASE_DROP: u8 = 0x10;
       3              : 
       4              : pub const BKPIMAGE_IS_COMPRESSED: u8 = 0x02; /* page image is compressed */
       5              : pub const BKPIMAGE_APPLY: u8 = 0x04; /* page image should be restored during replay */
       6              : pub const SIZEOF_RELMAPFILE: usize = 512; /* sizeof(RelMapFile) in relmapper.c */
       7              : 
       8       452491 : pub fn bkpimg_is_compressed(bimg_info: u8) -> bool {
       9       452491 :     (bimg_info & BKPIMAGE_IS_COMPRESSED) != 0
      10       452491 : }
        

Generated by: LCOV version 2.1-beta