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

Function json_array_end

common/json_stream.c:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void json_array_end(struct json_stream *js)
145{
146 if (json_filter_up(&js->filter))
147 json_out_end(js->jout, ']');
148}
149
150void json_object_start(struct json_stream *js, const char *fieldname)
151{

Callers 15

json_listaddressesFunction · 0.85
json_listaddrsFunction · 0.85
json_listfundsFunction · 0.85
process_utxo_resultFunction · 0.85
json_dev_rescan_outputsFunction · 0.85
json_transaction_detailsFunction · 0.85
json_listtransactionsFunction · 0.85
json_listnetworkeventsFunction · 0.85
reserve_and_reportFunction · 0.85
json_unreserveinputsFunction · 0.85
json_add_unsaved_channelFunction · 0.85
json_feeratesFunction · 0.85

Calls 2

json_out_endFunction · 0.85
json_filter_upFunction · 0.70

Tested by 2

mainFunction · 0.68
mainFunction · 0.68