MCPcopy Create free account
hub / github.com/F-Stack/f-stack / main

Function main

adapter/micro_thread/echo.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98int main(int argc, char *argv[])
99{
100 mt_init_frame(argc, argv);
101 echo_server();
102}

Callers

nothing calls this directly

Calls 2

mt_init_frameFunction · 0.85
echo_serverFunction · 0.85

Tested by

no test coverage detected