Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
char *tal_hex(const tal_t *ctx, const tal_t *data)
84
{
85
return tal_hexstr(ctx, data, tal_bytelen(data));
86
}
87
88
u8 *tal_hexdata(const tal_t *ctx, const void *str, size_t len)
89
{
Callers
15
negotiate_auth
Function · 0.85
reopen_gossip_store
Function · 0.85
gossip_store_next
Function · 0.85
process_batch_elements
Function · 0.85
handle_ping_in
Function · 0.85
handle_ping_reply
Function · 0.85
handle_gossip_timestamp_filter_in
Function · 0.85
handle_custommsg
Function · 0.85
read_body_from_peer_done
Function · 0.85
append_gossmap_addresses
Function · 0.85
recv_req
Function · 0.85
handle_query_short_channel_ids
Function · 0.85
Calls
2
tal_hexstr
Function · 0.85
tal_bytelen
Function · 0.85
Tested by
15
main
Function · 0.68
tx_must_be_eq
Function · 0.68
tx_must_be_eq
Function · 0.68
report_htlcs
Function · 0.68
report
Function · 0.68
main
Function · 0.68
get_ds_bin_done
Function · 0.68
init
Function · 0.68
test_validate_initial_commitment_signature
Function · 0.68
check_result
Function · 0.68
main
Function · 0.68
H
Function · 0.68