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

Function json_hexfield

common/test/run-onion-message-test.c:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85static void json_hexfield(const char *name, const u8 *val, size_t len)
86{
87 json_strfield(name, tal_hexstr(tmpctx, val, len));
88}
89
90static void json_hex_talfield(const char *name, const u8 *val)
91{

Callers 2

add_hopFunction · 0.85
mainFunction · 0.85

Calls 2

tal_hexstrFunction · 0.85
json_strfieldFunction · 0.70

Tested by

no test coverage detected