LCOV - code coverage report
Current view: top level - proxy/src/bin - local_proxy.rs (source / functions) Coverage Total Hit
Test: 6df3fc19ec669bcfbbf9aba41d1338898d24eaa0.info Lines: 0.0 % 3 0
Test Date: 2025-03-12 18:28:53 Functions: 0.0 % 2 0

            Line data    Source code
       1              : #[global_allocator]
       2              : static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
       3              : 
       4              : #[tokio::main]
       5            0 : async fn main() -> anyhow::Result<()> {
       6            0 :     proxy::binary::local_proxy::run().await
       7            0 : }
        

Generated by: LCOV version 2.1-beta