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

Function main

plugins/commando.c:741–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739};
740
741int main(int argc, char *argv[])
742{
743 setup_locale();
744 plugin_main(argv, init, NULL, PLUGIN_STATIC, true, NULL,
745 commands, ARRAY_SIZE(commands),
746 NULL, 0,
747 hooks, ARRAY_SIZE(hooks),
748 NULL, 0,
749 NULL);
750}

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.70

Tested by

no test coverage detected