Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c42f/tinyformat
/ main
Function
main
tinyformat_speed_test.cpp:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
59
int main(int argc, char* argv[])
60
{
61
if(argc >= 2)
62
speedTest(argv[1]);
63
return 0;
64
}
Callers
nothing calls this directly
Calls
1
speedTest
Function · 0.85
Tested by
no test coverage detected