Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ main
Function
main
common/test/run-sphinx.c:239–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
int main(int argc, char **argv)
240
{
241
common_setup(argv[0]);
242
run_unit_tests();
243
244
common_shutdown();
245
return 0;
246
}
Callers
nothing calls this directly
Calls
3
common_setup
Function · 0.85
run_unit_tests
Function · 0.85
common_shutdown
Function · 0.85
Tested by
no test coverage detected