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

Function main

plugins/offers.c:966–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964};
965
966int main(int argc, char *argv[])
967{
968 setup_locale();
969
970 /* We deal in UTC; mktime() uses local time */
971 setenv("TZ", "", 1);
972 plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL, commands,
973 ARRAY_SIZE(commands), NULL, 0, hooks, ARRAY_SIZE(hooks),
974 NULL, 0, NULL);
975}

Callers

nothing calls this directly

Calls 2

setup_localeFunction · 0.85
plugin_mainFunction · 0.85

Tested by

no test coverage detected