Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ number_of_testing_statements_executed
Function
number_of_testing_statements_executed
dlib/test/tester.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
// -----------------------------------------------------------------------------
22
23
std::uint64_t number_of_testing_statements_executed (
24
)
25
{
26
return test_count;
27
}
28
29
void increment_test_count (
30
)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected