Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ perform_test
Method
perform_test
dlib/test/any_function.cpp:239–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
{}
238
239
void perform_test (
240
)
241
{
242
print_spinner();
243
run_test();
244
print_spinner();
245
run_test2();
246
print_spinner();
247
run_test3();
248
}
249
} a;
250
251
}
Callers
nothing calls this directly
Calls
4
print_spinner
Function · 0.85
run_test
Function · 0.70
run_test2
Function · 0.70
run_test3
Function · 0.70
Tested by
no test coverage detected