Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
static void json_hexfield(const char *name, const u8 *val, size_t len)
86
{
87
json_strfield(name, tal_hexstr(tmpctx, val, len));
88
}
89
90
static void json_hex_talfield(const char *name, const u8 *val)
91
{
Callers
2
add_hop
Function · 0.85
main
Function · 0.85
Calls
2
tal_hexstr
Function · 0.85
json_strfield
Function · 0.70
Tested by
no test coverage detected