LCOV - code coverage report | ||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
![]() |
1 : /* Every time the Redis Git SHA1 or Dirty status changes only this file 2 : * small file is recompiled, as we access this information in all the other 3 : * files using this functions. */ 4 : 5 : #include "release.h" 6 : 7 9221 : char *redisGitSHA1(void) { 8 9221 : return REDIS_GIT_SHA1; 9 : } 10 : 11 9221 : char *redisGitDirty(void) { 12 9221 : return REDIS_GIT_DIRTY; 13 : } |
![]() |
Generated by: LCOV version 1.7 |