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

Function json_hex_talfield

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

Source from the content-addressed store, hash-verified

88}
89
90static void json_hex_talfield(const char *name, const u8 *val)
91{
92 json_strfield(name, tal_hexstr(tmpctx, val, tal_bytelen(val)));
93}
94
95static void json_pubkey(const char *name, const struct pubkey *key)
96{

Callers 2

add_hopFunction · 0.85
mainFunction · 0.85

Calls 3

tal_hexstrFunction · 0.85
tal_bytelenFunction · 0.85
json_strfieldFunction · 0.70

Tested by

no test coverage detected