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

Function tal_hex

common/utils.c:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139char *tal_hex(const tal_t *ctx, const tal_t *data)
140{
141 return tal_hexstr(ctx, data, tal_bytelen(data));
142}
143
144u8 *tal_hexdata(const tal_t *ctx, const void *str, size_t len)
145{

Callers 15

handle_ping_inFunction · 0.85
handle_ping_replyFunction · 0.85
read_body_from_peer_doneFunction · 0.85
handle_onion_messageFunction · 0.85
recv_reqFunction · 0.85
peer_init_receivedFunction · 0.85
get_node_announcementFunction · 0.85
connectd_new_peerFunction · 0.85
connectd_peer_goneFunction · 0.85

Calls 2

tal_hexstrFunction · 0.85
tal_bytelenFunction · 0.85

Tested by 12

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
check_resultFunction · 0.68
mainFunction · 0.68
run_unit_testsFunction · 0.68
mainFunction · 0.68
HFunction · 0.68
mainFunction · 0.68