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

Function json_add_null

common/json_stream.c:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void json_add_null(struct json_stream *stream, const char *fieldname)
297{
298 json_add_primitive(stream, fieldname, "null");
299}
300
301void json_add_hex(struct json_stream *js, const char *fieldname,
302 const void *data, size_t len)

Calls 1

json_add_primitiveFunction · 0.85

Tested by

no test coverage detected