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:63–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
static inline const char *side_to_str(enum side side)
64
{
65
switch (side) {
66
case LOCAL: return
"LOCAL"
;
67
case REMOTE: return
"REMOTE"
;
68
}
69
abort();
70
}
71
#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