MCPcopy 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
38static 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

parse_lease_ratesFunction · 0.85
option_channel_baseFunction · 0.85
option_lease_fee_baseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected