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

Function towire_s8

wire/towire.c:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void towire_s8(u8 **pptr, s8 v)
43{
44 towire_u8(pptr, (u8)v);
45}
46
47void towire_s32(u8 **pptr, s32 v)
48{

Callers 3

towire_dstore_node_biasFunction · 0.85

Calls 1

towire_u8Function · 0.70

Tested by

no test coverage detected