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

Function fromwire_tu64

wire/fromwire.c:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163u64 fromwire_tu64(const u8 **cursor, size_t *max)
164{
165 return fromwire_tlv_uint(cursor, max, 8);
166}
167
168bool fromwire_bool(const u8 **cursor, size_t *max)
169{

Callers 1

printwire_tu64Function · 0.50

Calls 1

fromwire_tlv_uintFunction · 0.85

Tested by

no test coverage detected