Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_s16
Function
fromwire_s16
wire/fromwire.c:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
s16 fromwire_s16(const u8 **cursor, size_t *max)
101
{
102
return (s16)fromwire_u16(cursor, max);
103
}
104
105
s32 fromwire_s32(const u8 **cursor, size_t *max)
106
{
Callers
1
printwire_s16
Function · 0.85
Calls
1
fromwire_u16
Function · 0.70
Tested by
no test coverage detected