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

Function opt_show_ad

devtools/onion.c:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180static void opt_show_ad(char buf[OPT_SHOW_LEN], u8 *const *assocdata)
181{
182 hex_encode(*assocdata, tal_bytelen(*assocdata), buf, OPT_SHOW_LEN);
183}
184
185static char *opt_set_node_id(const char *arg, struct node_id *node_id)
186{

Callers

nothing calls this directly

Calls 2

hex_encodeFunction · 0.85
tal_bytelenFunction · 0.85

Tested by

no test coverage detected