MCPcopy Create free account
hub / github.com/ElementsProject/lightning / towire_tu16

Function towire_tu16

wire/towire.c:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void towire_tu16(u8 **pptr, u16 v)
60{
61 return towire_tlv_uint(pptr, v);
62}
63
64void towire_tu32(u8 **pptr, u32 v)
65{

Callers

nothing calls this directly

Calls 1

towire_tlv_uintFunction · 0.85

Tested by

no test coverage detected