Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void towire_log_level(u8 **pptr, enum log_level level)
27
{
28
towire_u8(pptr, level);
29
}
30
31
void towire_status_failreason(u8 **pptr, enum status_failreason reason)
32
{
Callers
nothing calls this directly
Calls
1
towire_u8
Function · 0.50
Tested by
no test coverage detected