Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avaneev/biteopt
/ main
Function
main
tests/test2.cpp:14–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
#include
"testfn.h"
13
14
int main()
15
{
16
CTester Tester;
17
18
Tester.init( 0.000001, 500, 2000, true );
19
Tester.addCorpus( 2, TestCorpusAll, false, false );
20
21
Tester.run();
22
}
Callers
nothing calls this directly
Calls
3
addCorpus
Method · 0.80
run
Method · 0.80
init
Method · 0.45
Tested by
no test coverage detected