Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_tu32
Function
towire_tu32
wire/towire.c:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void towire_tu32(u8 **pptr, u32 v)
65
{
66
return towire_tlv_uint(pptr, v);
67
}
68
69
void towire_tu64(u8 **pptr, u64 v)
70
{
Callers
nothing calls this directly
Calls
1
towire_tlv_uint
Function · 0.85
Tested by
no test coverage detected