LCOV - code coverage report
Current view: top level - app/shared/commands - version.c (source / functions) Hit Total Coverage
Test: cov.lcov Lines: 0 3 0.0 %
Date: 2025-03-20 12:08:36 Functions: 0 1 0.0 %

          Line data    Source code
       1             : #include "../fd_config.h"
       2             : 
       3             : #include <unistd.h>
       4             : 
       5             : extern char const fdctl_version_string[];
       6             : extern char const fdctl_commit_ref_string[];
       7             : 
       8             : void
       9             : version_cmd_fn( args_t *   args   FD_PARAM_UNUSED,
      10           0 :                 config_t * config FD_PARAM_UNUSED ) {
      11           0 :   FD_LOG_STDOUT(( "%s (%s)\n", fdctl_version_string, fdctl_commit_ref_string ));
      12           0 : }

Generated by: LCOV version 1.14