Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ assign_overflow_u32
Function
assign_overflow_u32
common/overflows.h:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
static inline bool assign_overflow_u32(u32 *dst, uint64_t v)
39
{
40
*dst = v;
41
return *dst == v;
42
}
43
#endif /* LIGHTNING_COMMON_OVERFLOWS_H */
Callers
5
lease_rates_set_chan_fee_base_msat
Function · 0.85
lease_rates_set_lease_fee_msat
Function · 0.85
parse_lease_rates
Function · 0.85
option_channel_base
Function · 0.85
option_lease_fee_base
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected