LCOV - code coverage report
Current view: top level - src - hexmap.c (source / functions) Hit Total Coverage
Test: burp-coverage-clean.info Lines: 3 3 100.0 %
Date: 2022-12-03 01:09:05 Functions: 1 1 100.0 %

          Line data    Source code
       1             : #include "burp.h"
       2             : #include "hexmap.h"
       3             : 
       4        7433 : char *bytes_to_md5str(uint8_t *bytes)
       5             : {
       6             :         static char str[64];
       7       22299 :         snprintf(str, sizeof(str), "%016" PRIx64 "%016" PRIx64,
       8             :                 htobe64(*(uint64_t *)bytes), htobe64(*(uint64_t *)(bytes+8)));
       9        7433 :         return str;
      10             : }

Generated by: LCOV version 1.13