LCOV - code coverage report
Current view: top level - pgxn/neon/communicator/src - lib.rs (source / functions) Coverage Total Hit
Test: 1e20c4f2b28aa592527961bb32170ebbd2c9172f.info Lines: 0.0 % 3 0
Test Date: 2025-07-16 12:29:03 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