MCPcopy Create free account
hub / github.com/ElementsProject/lightning / amount_sat_greater_eq

Function amount_sat_greater_eq

cli/test/run-human-mode.c:52–53  ·  view source on GitHub ↗

Generated stub for amount_sat_greater_eq */

Source from the content-addressed store, hash-verified

50{ fprintf(stderr, "amount_sat_eq called!\n"); abort(); }
51/* Generated stub for amount_sat_greater_eq */
52bool amount_sat_greater_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED)
53{ fprintf(stderr, "amount_sat_greater_eq called!\n"); abort(); }
54/* Generated stub for amount_sat_sub */
55 bool amount_sat_sub(struct amount_sat *val UNNEEDED,
56 struct amount_sat a UNNEEDED,

Callers 3

receive_offerFunction · 0.50
amount_in_rangeFunction · 0.50
adjust_offerFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected