LCOV - code coverage report
Current view: top level - proxy/src/bin - proxy.rs (source / functions) Coverage Total Hit
Test: 5445d246133daeceb0507e6cc0797ab7c1c70cb8.info Lines: 0.0 % 3 0
Test Date: 2025-03-12 18:05:02 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::proxy::run().await
       7            0 : }
        

Generated by: LCOV version 2.1-beta