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

Function fromwire_tu32

wire/fromwire.c:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158u32 fromwire_tu32(const u8 **cursor, size_t *max)
159{
160 return fromwire_tlv_uint(cursor, max, 4);
161}
162
163u64 fromwire_tu64(const u8 **cursor, size_t *max)
164{

Callers 1

printwire_tu32Function · 0.50

Calls 1

fromwire_tlv_uintFunction · 0.85

Tested by

no test coverage detected