MCPcopy Create free account
hub / github.com/ElementsProject/lightning / main

Function main

plugins/topology.c:684–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682};
683
684int main(int argc, char *argv[])
685{
686 setup_locale();
687 plugin_main(argv, init, PLUGIN_STATIC, true, NULL, commands, ARRAY_SIZE(commands),
688 NULL, 0, NULL, 0, NULL, 0, NULL);
689}

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.85

Tested by

no test coverage detected