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

Function fromwire_s32

wire/fromwire.c:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105s32 fromwire_s32(const u8 **cursor, size_t *max)
106{
107 return (s32)fromwire_u32(cursor, max);
108}
109
110s64 fromwire_s64(const u8 **cursor, size_t *max)
111{

Callers 1

printwire_s32Function · 0.85

Calls 1

fromwire_u32Function · 0.70

Tested by

no test coverage detected