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

Function json_member_direct

common/json_stream.c:191–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191static char *json_member_direct(struct json_stream *js,
192 const char *fieldname, size_t extra)
193{
194 char *dest;
195
196 dest = json_out_member_direct(js->jout, fieldname, extra);
197 return dest;
198}
199
200void json_add_jsonstr(struct json_stream *js,
201 const char *fieldname,

Callers 3

json_add_jsonstrFunction · 0.85
json_add_escaped_stringFunction · 0.85
json_add_tokFunction · 0.85

Calls 1

json_out_member_directFunction · 0.85

Tested by

no test coverage detected