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

Function fromwire_tu16

wire/fromwire.c:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128u16 fromwire_tu16(const u8 **cursor, size_t *max)
129{
130 return fromwire_tlv_uint(cursor, max, 2);
131}
132
133u32 fromwire_tu32(const u8 **cursor, size_t *max)
134{

Callers 1

printwire_tu16Function · 0.85

Calls 1

fromwire_tlv_uintFunction · 0.85

Tested by

no test coverage detected