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

Function towire_u8

wire/towire.c:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void towire_u8(u8 **pptr, u8 v)
20{
21 towire(pptr, &v, sizeof(v));
22}
23
24void towire_u16(u8 **pptr, u16 v)
25{

Calls 1

towireFunction · 0.70

Tested by

no test coverage detected