LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : /* SPDX-License-Identifier: GPL-2.0-only */ 2 : /* 3 : * Copyright (c) 2023 Meta Platforms, Inc. and affiliates. 4 : */ 5 : 6 : #include "version.h" 7 : 8 0 : const char *bf_version(void) 9 : { 10 0 : return BF_VERSION; 11 : } |
![]() |
Generated by: LCOV version 2.0-1 |