Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ main
Function
main
Examples/ApiServer/ApiServer.cpp:206–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
int wmain(int argc, wchar_t** argv) { return apiServerMain(argc, argv); }
205
#else
206
int main(int argc, char** argv) { return apiServerMain(argc, argv); }
207
#endif
Callers
nothing calls this directly
Calls
1
apiServerMain
Function · 0.85
Tested by
no test coverage detected