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

Function fromwire_tu64

wire/fromwire.c:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138u64 fromwire_tu64(const u8 **cursor, size_t *max)
139{
140 return fromwire_tlv_uint(cursor, max, 8);
141}
142
143bool fromwire_bool(const u8 **cursor, size_t *max)
144{

Callers 1

printwire_tu64Function · 0.50

Calls 1

fromwire_tlv_uintFunction · 0.85

Tested by

no test coverage detected