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

Function towire_log_level

common/status_wire.c:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void towire_log_level(u8 **pptr, enum log_level level)
27{
28 towire_u8(pptr, level);
29}
30
31void towire_status_failreason(u8 **pptr, enum status_failreason reason)
32{

Callers

nothing calls this directly

Calls 1

towire_u8Function · 0.50

Tested by

no test coverage detected