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

Function main

plugins/commando.c:985–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983};
984
985int main(int argc, char *argv[])
986{
987 setup_locale();
988 plugin_main(argv, init, PLUGIN_STATIC, true, NULL,
989 commands, ARRAY_SIZE(commands),
990 NULL, 0,
991 hooks, ARRAY_SIZE(hooks),
992 NULL, 0,
993 NULL);
994}

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.85

Tested by

no test coverage detected