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

Function main

plugins/recover.c:281–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279
280
281int main(int argc, char *argv[])
282{
283 setup_locale();
284
285 plugin_main(argv, init, NULL, PLUGIN_STATIC, true, NULL,
286 NULL, 0,
287 NULL, 0, NULL, 0,
288 NULL, 0, /* Notification topics we publish */
289 NULL);
290}
291

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.70

Tested by

no test coverage detected