LCOV - code coverage report
Current view: top level - pgxn/neon/communicator/src - lib.rs (source / functions) Coverage Total Hit
Test: 15f04989d2faf4ce76cecb56042184aca56ebae6.info Lines: 0.0 % 3 0
Test Date: 2025-07-14 11:50:36 Functions: 0.0 % 1 0

            Line data    Source code
       1              : /// dummy function, just to test linking Rust functions into the C
       2              : /// extension
       3              : #[unsafe(no_mangle)]
       4            0 : pub extern "C" fn communicator_dummy(arg: u32) -> u32 {
       5            0 :     arg + 1
       6            0 : }
        

Generated by: LCOV version 2.1-beta