Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_tu16
Function
fromwire_tu16
wire/fromwire.c:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
u16 fromwire_tu16(const u8 **cursor, size_t *max)
154
{
155
return fromwire_tlv_uint(cursor, max, 2);
156
}
157
158
u32 fromwire_tu32(const u8 **cursor, size_t *max)
159
{
Callers
1
printwire_tu16
Function · 0.85
Calls
1
fromwire_tlv_uint
Function · 0.85
Tested by
no test coverage detected