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