MCPcopy 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
144int 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_wrapperFunction · 0.85
main_implFunction · 0.85

Tested by

no test coverage detected