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

Function json_add_hex_talarr

common/json_stream.c:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void json_add_hex_talarr(struct json_stream *result,
315 const char *fieldname,
316 const tal_t *data)
317{
318 json_add_hex(result, fieldname, data, tal_bytelen(data));
319}
320
321void json_add_escaped_string(struct json_stream *result, const char *fieldname,
322 const struct json_escape *esc TAKES)

Callers 3

json_add_fallbackFunction · 0.70
json_add_bolt11Function · 0.70
json_add_txFunction · 0.70

Calls 2

json_add_hexFunction · 0.85
tal_bytelenFunction · 0.85

Tested by

no test coverage detected