Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
void json_array_end(struct json_stream *js)
145
{
146
if (json_filter_up(&js->filter))
147
json_out_end(js->jout,
']'
);
148
}
149
150
void json_object_start(struct json_stream *js, const char *fieldname)
151
{
Callers
15
json_listaddresses
Function · 0.85
json_listaddrs
Function · 0.85
json_listfunds
Function · 0.85
process_utxo_result
Function · 0.85
json_dev_rescan_outputs
Function · 0.85
json_transaction_details
Function · 0.85
json_listtransactions
Function · 0.85
json_listnetworkevents
Function · 0.85
reserve_and_report
Function · 0.85
json_unreserveinputs
Function · 0.85
json_add_unsaved_channel
Function · 0.85
json_feerates
Function · 0.85
Calls
2
json_out_end
Function · 0.85
json_filter_up
Function · 0.70
Tested by
2
main
Function · 0.68
main
Function · 0.68