MCPcopy 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
54int fromwire_peektype(const u8 *cursor)
55{
56 return fromwire_peektypen(cursor, tal_count(cursor));
57}
58
59u8 fromwire_u8(const u8 **cursor, size_t *max)
60{

Callers 15

gossip_store_nextFunction · 0.85
msg_to_peer_outqFunction · 0.85
process_batch_elementsFunction · 0.85
msg_out_dev_disconnectFunction · 0.85
encrypt_appendFunction · 0.85
handle_custommsgFunction · 0.85
handle_message_locallyFunction · 0.85
maybe_update_channelidFunction · 0.85
next_msg_for_peerFunction · 0.85
write_to_peerFunction · 0.85
read_body_from_peer_doneFunction · 0.85
recv_reqFunction · 0.85

Calls 1

fromwire_peektypenFunction · 0.85

Tested by

no test coverage detected