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

Function main

plugins/txprepare.c:586–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586int main(int argc, char *argv[])
587{
588 setup_locale();
589 plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL, commands,
590 ARRAY_SIZE(commands), NULL, 0, NULL, 0, NULL, 0, NULL);
591}

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.85

Tested by

no test coverage detected