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

Function main

plugins/txprepare.c:738–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738int main(int argc, char *argv[])
739{
740 setup_locale();
741 plugin_main(argv, init, NULL, PLUGIN_RESTARTABLE, true, NULL, commands,
742 ARRAY_SIZE(commands), NULL, 0, NULL, 0, NULL, 0, NULL);
743}

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.70

Tested by

no test coverage detected