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

Function json_add_str_fmt

lightningd/test/run-log-pruning.c:45–48  ·  view source on GitHub ↗

Generated stub for json_add_str_fmt */

Source from the content-addressed store, hash-verified

43{ fprintf(stderr, "json_add_num called!\n"); abort(); }
44/* Generated stub for json_add_str_fmt */
45void json_add_str_fmt(struct json_stream *js UNNEEDED,
46 const char *fieldname UNNEEDED,
47 const char *fmt UNNEEDED, ...)
48{ fprintf(stderr, "json_add_str_fmt called!\n"); abort(); }
49/* Generated stub for json_add_string */
50void json_add_string(struct json_stream *js UNNEEDED,
51 const char *fieldname UNNEEDED,

Callers 1

json_add_opt_log_levelsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected