MCPcopy 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
63static 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_msgFunction · 0.85
init_channelFunction · 0.85
get_room_above_reserveFunction · 0.85
htlc_incstateFunction · 0.85
fee_incstateFunction · 0.85
blockheight_incstateFunction · 0.85
change_htlcsFunction · 0.85
channel_update_feerateFunction · 0.85
channel_force_htlcsFunction · 0.85
fmt_channelFunction · 0.85

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected