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

Function amount_asset_is_main

bitcoin/test/run-tx-encode.c:15–16  ·  view source on GitHub ↗

AUTOGENERATED MOCKS START */ Generated stub for amount_asset_is_main */

Source from the content-addressed store, hash-verified

13/* AUTOGENERATED MOCKS START */
14/* Generated stub for amount_asset_is_main */
15bool amount_asset_is_main(struct amount_asset *asset UNNEEDED)
16{ fprintf(stderr, "amount_asset_is_main called!\n"); abort(); }
17/* Generated stub for amount_asset_to_sat */
18struct amount_sat amount_asset_to_sat(struct amount_asset *asset UNNEEDED)
19{ fprintf(stderr, "amount_asset_to_sat called!\n"); abort(); }

Callers 7

tx_parts_from_wally_txFunction · 0.50
psbt_input_get_amountFunction · 0.50
psbt_output_get_amountFunction · 0.50
psbt_compute_feeFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected