Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_s8
Function
towire_s8
wire/towire.c:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void towire_s8(u8 **pptr, s8 v)
43
{
44
towire_u8(pptr, (u8)v);
45
}
46
47
void towire_s32(u8 **pptr, s32 v)
48
{
Callers
3
towire_dstore_channel_bias
Function · 0.85
towire_dstore_channel_bias_v2
Function · 0.85
towire_dstore_node_bias
Function · 0.85
Calls
1
towire_u8
Function · 0.70
Tested by
no test coverage detected