Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
void 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
144
void json_array_end(struct json_stream *js)
145
{
Callers
15
json_listaddresses
Function · 0.85
json_listaddrs
Function · 0.85
json_listfunds
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
json_add_htlcs
Function · 0.85
Calls
2
json_out_start
Function · 0.85
json_filter_down
Function · 0.70
Tested by
2
main
Function · 0.68
main
Function · 0.68