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

Function json_object_start

common/json_stream.c:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void json_object_start(struct json_stream *js, const char *fieldname)
142{
143 json_out_start(js->jout, fieldname, '{');
144}
145
146void json_object_end(struct json_stream *js)
147{

Callers 4

json_add_fallbackFunction · 0.70
json_add_bolt11Function · 0.70
json_add_addressFunction · 0.70

Calls 1

json_out_startFunction · 0.85

Tested by

no test coverage detected