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

Function json_array_end

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

Generated stub for json_array_end */

Source from the content-addressed store, hash-verified

57{ fprintf(stderr, "json_add_time called!\n"); abort(); }
58/* Generated stub for json_array_end */
59void json_array_end(struct json_stream *js UNNEEDED)
60{ fprintf(stderr, "json_array_end called!\n"); abort(); }
61/* Generated stub for json_array_start */
62void json_array_start(struct json_stream *js UNNEEDED, const char *fieldname UNNEEDED)
63{ fprintf(stderr, "json_array_start called!\n"); abort(); }

Callers 15

json_add_unsaved_channelFunction · 0.50
json_add_htlcsFunction · 0.50
json_add_channelFunction · 0.50
json_add_peerFunction · 0.50
json_listpeersFunction · 0.50
json_staticbackupFunction · 0.50
json_getinfoFunction · 0.50
json_setchannelfeeFunction · 0.50
json_setchannelFunction · 0.50
json_sign_last_txFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected