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

Function usage

common/test/run-param.c:668–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668static void usage(void)
669{
670 cmd->mode = CMD_USAGE;
671
672 test_invoice(cmd, NULL, NULL, NULL);
673 assert(streq(cmd->usage,
674 "msatoshi label description "
675 "[expiry] [fallbacks] [preimage]"));
676
677 cmd->mode = CMD_NORMAL;
678}
679
680int main(int argc, char *argv[])
681{

Callers 1

mainFunction · 0.70

Calls 1

test_invoiceFunction · 0.70

Tested by

no test coverage detected