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

Function main

plugins/topology.c:635–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633};
634
635int main(int argc, char *argv[])
636{
637 setup_locale();
638 plugin_main(argv, init, NULL, PLUGIN_STATIC, true, NULL, commands, ARRAY_SIZE(commands),
639 NULL, 0, NULL, 0, NULL, 0, NULL);
640}

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.70

Tested by

no test coverage detected