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

Function main

plugins/chanbackup.c:410–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408};
409
410int main(int argc, char *argv[])
411{
412 setup_locale();
413 plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL,
414 commands, ARRAY_SIZE(commands),
415 notifs, ARRAY_SIZE(notifs), NULL, 0,
416 NULL, 0, /* Notification topics we publish */
417 NULL);
418}

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.85

Tested by

no test coverage detected