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

Function init

plugins/txprepare.c:731–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731static const char *init(struct command *init_cmd,
732 const char *buf UNUSED, const jsmntok_t *config UNUSED)
733{
734 plugin_set_memleak_handler(init_cmd->plugin, mark_unreleased_txs);
735 return NULL;
736}
737
738int main(int argc, char *argv[])
739{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected