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

Function fromwire_s8

wire/fromwire.c:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95s8 fromwire_s8(const u8 **cursor, size_t *max)
96{
97 return (s8)fromwire_u8(cursor, max);
98}
99
100s16 fromwire_s16(const u8 **cursor, size_t *max)
101{

Callers 4

printwire_s8Function · 0.85

Calls 1

fromwire_u8Function · 0.70

Tested by

no test coverage detected