Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_tu64
Function
fromwire_tu64
wire/fromwire.c:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
u64 fromwire_tu64(const u8 **cursor, size_t *max)
164
{
165
return fromwire_tlv_uint(cursor, max, 8);
166
}
167
168
bool fromwire_bool(const u8 **cursor, size_t *max)
169
{
Callers
1
printwire_tu64
Function · 0.50
Calls
1
fromwire_tlv_uint
Function · 0.85
Tested by
no test coverage detected