MCPcopy Create free account
hub / github.com/ElementsProject/elements / ConsumeArithUInt256

Function ConsumeArithUInt256

src/test/fuzz/util.h:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204[[nodiscard]] inline arith_uint256 ConsumeArithUInt256(FuzzedDataProvider& fuzzed_data_provider) noexcept
205{
206 return UintToArith256(ConsumeUInt256(fuzzed_data_provider));
207}
208
209[[nodiscard]] CTxMemPoolEntry ConsumeTxMemPoolEntry(FuzzedDataProvider& fuzzed_data_provider, const CTransaction& tx) noexcept;
210

Callers 1

FUZZ_TARGET_INITFunction · 0.85

Calls 2

UintToArith256Function · 0.85
ConsumeUInt256Function · 0.85

Tested by

no test coverage detected