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

Function json_array_start

common/json_stream.c:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void json_array_start(struct json_stream *js, const char *fieldname)
139{
140 if (json_filter_down(&js->filter, fieldname))
141 json_out_start(js->jout, fieldname, '[');
142}
143
144void json_array_end(struct json_stream *js)
145{

Callers 15

json_listaddressesFunction · 0.85
json_listaddrsFunction · 0.85
json_listfundsFunction · 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
json_add_htlcsFunction · 0.85

Calls 2

json_out_startFunction · 0.85
json_filter_downFunction · 0.70

Tested by 2

mainFunction · 0.68
mainFunction · 0.68