MCPcopy 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
66static 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_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