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

Function json_member_direct

common/json_stream.c:214–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214static char *json_member_direct(struct json_stream *js,
215 const char *fieldname, size_t extra)
216{
217 char *dest;
218
219 dest = json_out_member_direct(js->jout, fieldname, extra);
220 return dest;
221}
222
223void json_add_jsonstr(struct json_stream *js,
224 const char *fieldname,

Callers 4

json_add_jsonstrFunction · 0.85
json_add_escaped_stringFunction · 0.85
json_add_tokFunction · 0.85
json_add_idFunction · 0.85

Calls 1

json_out_member_directFunction · 0.85

Tested by

no test coverage detected