Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_peektype
Function
fromwire_peektype
wire/fromwire.c:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
int fromwire_peektype(const u8 *cursor)
55
{
56
return fromwire_peektypen(cursor, tal_count(cursor));
57
}
58
59
u8 fromwire_u8(const u8 **cursor, size_t *max)
60
{
Callers
15
gossip_store_next
Function · 0.85
msg_to_peer_outq
Function · 0.85
process_batch_elements
Function · 0.85
msg_out_dev_disconnect
Function · 0.85
encrypt_append
Function · 0.85
handle_custommsg
Function · 0.85
handle_message_locally
Function · 0.85
maybe_update_channelid
Function · 0.85
next_msg_for_peer
Function · 0.85
write_to_peer
Function · 0.85
read_body_from_peer_done
Function · 0.85
recv_req
Function · 0.85
Calls
1
fromwire_peektypen
Function · 0.85
Tested by
no test coverage detected