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

Function command_log

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

Generated stub for command_log */

Source from the content-addressed store, hash-verified

75{ fprintf(stderr, "command_filter_ptr called!\n"); abort(); }
76/* Generated stub for command_log */
77void command_log(struct command *cmd UNNEEDED, enum log_level level UNNEEDED,
78 const char *fmt UNNEEDED, ...)
79
80{ fprintf(stderr, "command_log called!\n"); abort(); }
81/* Generated stub for fromwire_sciddir_or_pubkey */
82void fromwire_sciddir_or_pubkey(const u8 **cursor UNNEEDED, size_t *max UNNEEDED,
83 struct sciddir_or_pubkey *sciddpk UNNEEDED)

Callers 1

command_fail_badparamFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected