Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ main
Function
main
common/test/run-sphinx.c:215–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
int main(int argc, char **argv)
216
{
217
common_setup(argv[0]);
218
run_unit_tests();
219
220
common_shutdown();
221
return 0;
222
}
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