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

Function fromwire_s64

wire/fromwire.c:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110s64 fromwire_s64(const u8 **cursor, size_t *max)
111{
112 return (s64)fromwire_u64(cursor, max);
113}
114
115static u64 fromwire_tlv_uint(const u8 **cursor, size_t *max, size_t maxlen)
116{

Callers 3

fromwire_inflightFunction · 0.85
printwire_s64Function · 0.85

Calls 1

fromwire_u64Function · 0.70

Tested by 1