Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ main
Function
main
tests/main.cpp:14–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
#endif
13
14
int main(int argc, const char * argv[])
15
{
16
testAll();
17
#if __APPLE__
18
testAllMac();
19
#endif
20
return 0;
21
}
22
Callers
nothing calls this directly
Calls
1
testAll
Function · 0.85
Tested by
no test coverage detected