LCOV - code coverage report
Current view: top level - util/tmpl - fd_map_util.c (source / functions) Hit Total Coverage
Test: cov.lcov Lines: 0 11 0.0 %
Date: 2025-10-13 04:42:14 Functions: 0 1 0.0 %

          Line data    Source code
       1             : #include "fd_map.h"
       2             : 
       3             : FD_FN_CONST char const *
       4           0 : fd_map_strerror( int err ) {
       5           0 :   switch( err ) {
       6           0 :   case FD_MAP_SUCCESS:     return "success";
       7           0 :   case FD_MAP_ERR_INVAL:   return "invalid";
       8           0 :   case FD_MAP_ERR_AGAIN:   return "try again";
       9           0 :   case FD_MAP_ERR_CORRUPT: return "corrupt";
      10             :   //case FD_MAP_ERR_EMPTY:   return "empty";
      11           0 :   case FD_MAP_ERR_FULL:    return "full";
      12           0 :   case FD_MAP_ERR_KEY:     return "key";
      13           0 :   default:                 return "unknown";
      14           0 :   }
      15           0 : }

Generated by: LCOV version 1.14