MCPcopy 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
64void towire_tu32(u8 **pptr, u32 v)
65{
66 return towire_tlv_uint(pptr, v);
67}
68
69void towire_tu64(u8 **pptr, u64 v)
70{

Callers

nothing calls this directly

Calls 1

towire_tlv_uintFunction · 0.85

Tested by

no test coverage detected