LCOV - differential code coverage report
Current view: top level - libs/utils/src - shutdown.rs (source / functions) Coverage Total Hit UBC
Current: f6946e90941b557c917ac98cd5a7e9506d180f3e.info Lines: 0.0 % 3 0 3
Current Date: 2023-10-19 02:04:12 Functions: 0.0 % 1 0 1
Baseline: c8637f37369098875162f194f92736355783b050.info
Baseline Date: 2023-10-18 20:25:20

           TLA  Line data    Source code
       1                 : /// Immediately terminate the calling process without calling
       2                 : /// atexit callbacks, C runtime destructors etc. We mainly use
       3                 : /// this to protect coverage data from concurrent writes.
       4 UBC           0 : pub fn exit_now(code: u8) {
       5               0 :     unsafe { nix::libc::_exit(code as _) };
       6               0 : }
        

Generated by: LCOV version 2.1-beta