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

Function json_array_start

common/json_stream.c:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void json_array_start(struct json_stream *js, const char *fieldname)
132{
133 json_out_start(js->jout, fieldname, '[');
134}
135
136void json_array_end(struct json_stream *js)
137{

Callers 1

json_add_bolt11Function · 0.70

Calls 1

json_out_startFunction · 0.85

Tested by

no test coverage detected