LCOV - code coverage report
Current view: top level - flamenco - fd_flamenco.c (source / functions) Hit Total Coverage
Test: cov.lcov Lines: 3 3 100.0 %
Date: 2024-11-13 11:58:15 Functions: 2 2 100.0 %

          Line data    Source code
       1             : #include "fd_flamenco_base.h"
       2             : 
       3             : void
       4             : fd_flamenco_boot( int *    pargc __attribute__((unused)),
       5         129 :                   char *** pargv __attribute__((unused)) ) {
       6             :   /* Since the removal of custom format string specifiers there is no
       7             :      technical need for boot/halt anymore.  However, if such a need arises in
       8             :      the future it is good to have the functions and calls to it in place.
       9             :      Until then these are no-ops. */
      10         129 : }
      11             : 
      12             : void
      13           6 : fd_flamenco_halt( void ) {}

Generated by: LCOV version 1.14