LCOV - code coverage report
Current view: top level - flamenco/gossip/crds - fd_crds_contact_info.c (source / functions) Hit Total Coverage
Test: cov.lcov Lines: 2 2 100.0 %
Date: 2025-09-19 04:41:14 Functions: 0 0 -

          Line data    Source code
       1             : #include "../fd_gossip_types.h"
       2             : #include "../fd_gossip_private.h"
       3             : 
       4             : struct fd_crds_contact_info_entry {
       5             :   fd_contact_info_t contact_info[1];
       6             :   struct{
       7             :     ulong next;
       8             :   } pool;
       9             : };
      10             : 
      11             : typedef struct fd_crds_contact_info_entry fd_crds_contact_info_entry_t;
      12             : 
      13             : #define POOL_NAME  crds_contact_info_pool
      14           6 : #define POOL_T     fd_crds_contact_info_entry_t
      15       98454 : #define POOL_NEXT  pool.next
      16             : #include "../../../util/tmpl/fd_pool.c"

Generated by: LCOV version 1.14