LCOV - code coverage report
Current view: top level - app/fdctl - version.c (source / functions) Hit Total Coverage
Test: cov.lcov Lines: 0 5 0.0 %
Date: 2024-11-13 11:58:15 Functions: 0 1 0.0 %

          Line data    Source code
       1             : #include "fdctl.h"
       2             : 
       3             : #include "version.h"
       4             : 
       5             : void
       6             : version_cmd_fn( args_t *         args,
       7           0 :                 config_t * const config ) {
       8           0 :   (void)args;
       9           0 :   (void)config;
      10             : 
      11           0 :   FD_LOG_STDOUT(( "%lu.%lu.%lu\n", FDCTL_MAJOR_VERSION, FDCTL_MINOR_VERSION, FDCTL_PATCH_VERSION ));
      12           0 : }

Generated by: LCOV version 1.14