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

Function json_add_string

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

Generated stub for json_add_string */

Source from the content-addressed store, hash-verified

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,
52 const char *str TAKES UNNEEDED)
53{ fprintf(stderr, "json_add_string called!\n"); abort(); }
54/* Generated stub for json_add_time */
55void json_add_time(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED,
56 struct timespec ts UNNEEDED)

Callers 15

test_json_filterFunction · 0.70
json_add_unsaved_channelFunction · 0.50
handle_dry_run_finishedFunction · 0.50
handle_psbt_changedFunction · 0.50
handle_commit_receivedFunction · 0.50
json_add_opt_addrsFunction · 0.50
add_configFunction · 0.50
json_listconfigsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected