Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ side_to_str
Function
side_to_str
common/htlc.h:66–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
static inline const char *side_to_str(enum side side)
67
{
68
switch (side) {
69
case LOCAL: return
"LOCAL"
;
70
case REMOTE: return
"REMOTE"
;
71
}
72
abort();
73
}
74
#endif /* LIGHTNING_COMMON_HTLC_H */
Callers
13
got_revoke_msg
Function · 0.85
handle_peer_revoke_and_ack
Function · 0.85
init_channel
Function · 0.85
get_room_above_reserve
Function · 0.85
htlc_incstate
Function · 0.85
fee_incstate
Function · 0.85
blockheight_incstate
Function · 0.85
change_htlcs
Function · 0.85
channel_update_feerate
Function · 0.85
channel_update_blockheight
Function · 0.85
channel_force_htlcs
Function · 0.85
fmt_channel
Function · 0.85
Calls
1
abort
Function · 0.85
Tested by
no test coverage detected