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

Function json_object_end

common/json_stream.c:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void json_object_end(struct json_stream *js)
157{
158 if (json_filter_up(&js->filter))
159 json_out_end(js->jout, '}');
160}
161
162void json_add_primitive_fmt(struct json_stream *js,
163 const char *fieldname,

Callers 15

json_add_address_detailsFunction · 0.85
json_listaddrsFunction · 0.85
json_add_utxoFunction · 0.85
json_listfundsFunction · 0.85
process_utxo_resultFunction · 0.85
json_transaction_detailsFunction · 0.85
json_listnetworkeventsFunction · 0.85
json_add_reservestatusFunction · 0.85
json_add_unsaved_channelFunction · 0.85

Calls 2

json_out_endFunction · 0.85
json_filter_upFunction · 0.70

Tested by 4

test_json_filterFunction · 0.68
test_json_escapeFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68