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

Function parse_amount_sat

common/test/run-bigsize.c:88–89  ·  view source on GitHub ↗

Generated stub for parse_amount_sat */

Source from the content-addressed store, hash-verified

86{ fprintf(stderr, "parse_amount_msat called!\n"); abort(); }
87/* Generated stub for parse_amount_sat */
88bool parse_amount_sat(struct amount_sat *sat UNNEEDED, const char *s UNNEEDED, size_t slen UNNEEDED)
89{ fprintf(stderr, "parse_amount_sat called!\n"); abort(); }
90/* Generated stub for towire */
91void towire(u8 **pptr UNNEEDED, const void *data UNNEEDED, size_t len UNNEEDED)
92{ fprintf(stderr, "towire called!\n"); abort(); }

Callers 1

mainFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected