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

Function json_object_end

common/json_stream.c:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void json_object_end(struct json_stream *js)
147{
148 json_out_end(js->jout, '}');
149}
150
151void json_add_primitive_fmt(struct json_stream *js,
152 const char *fieldname,

Callers 4

json_add_fallbackFunction · 0.70
json_add_bolt11Function · 0.70
json_add_addressFunction · 0.70

Calls 1

json_out_endFunction · 0.85

Tested by

no test coverage detected