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

Function tal_hex

common/utils.c:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83char *tal_hex(const tal_t *ctx, const tal_t *data)
84{
85 return tal_hexstr(ctx, data, tal_bytelen(data));
86}
87
88u8 *tal_hexdata(const tal_t *ctx, const void *str, size_t len)
89{

Callers 15

negotiate_authFunction · 0.85
reopen_gossip_storeFunction · 0.85
gossip_store_nextFunction · 0.85
process_batch_elementsFunction · 0.85
handle_ping_inFunction · 0.85
handle_ping_replyFunction · 0.85
handle_custommsgFunction · 0.85
read_body_from_peer_doneFunction · 0.85
append_gossmap_addressesFunction · 0.85
recv_reqFunction · 0.85

Calls 2

tal_hexstrFunction · 0.85
tal_bytelenFunction · 0.85

Tested by 15

mainFunction · 0.68
tx_must_be_eqFunction · 0.68
tx_must_be_eqFunction · 0.68
report_htlcsFunction · 0.68
reportFunction · 0.68
mainFunction · 0.68
get_ds_bin_doneFunction · 0.68
initFunction · 0.68
check_resultFunction · 0.68
mainFunction · 0.68
HFunction · 0.68