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

Function main

plugins/chanbackup.c:1212–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210};
1211
1212int main(int argc, char *argv[])
1213{
1214 setup_locale();
1215
1216 plugin_main(argv, init, NULL, PLUGIN_STATIC, true, NULL,
1217 commands, ARRAY_SIZE(commands),
1218 notifs, ARRAY_SIZE(notifs), hooks, ARRAY_SIZE(hooks),
1219 NULL, 0, /* Notification topics we publish */
1220 NULL);
1221}

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.70

Tested by

no test coverage detected