Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
s8 fromwire_s8(const u8 **cursor, size_t *max)
96
{
97
return (s8)fromwire_u8(cursor, max);
98
}
99
100
s16 fromwire_s16(const u8 **cursor, size_t *max)
101
{
Callers
4
fromwire_dstore_channel_bias
Function · 0.85
fromwire_dstore_channel_bias_v2
Function · 0.85
fromwire_dstore_node_bias
Function · 0.85
printwire_s8
Function · 0.85
Calls
1
fromwire_u8
Function · 0.70
Tested by
no test coverage detected