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

Function fromwire_tu32

wire/fromwire.c:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133u32 fromwire_tu32(const u8 **cursor, size_t *max)
134{
135 return fromwire_tlv_uint(cursor, max, 4);
136}
137
138u64 fromwire_tu64(const u8 **cursor, size_t *max)
139{

Callers 1

printwire_tu32Function · 0.50

Calls 1

fromwire_tlv_uintFunction · 0.85

Tested by

no test coverage detected