Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashaduri/gsmartcontrol
/ main
Function
main
src/libdebug/examples/example_libdebug.cpp:144–150 ·
view source on GitHub ↗
Main function for the test
Source
from the content-addressed store, hash-verified
142
143
/// Main function for the test
144
int main()
145
{
146
return hz::main_exception_wrapper([]()
147
{
148
return main_impl();
149
});
150
}
151
152
153
Callers
nothing calls this directly
Calls
2
main_exception_wrapper
Function · 0.85
main_impl
Function · 0.85
Tested by
no test coverage detected