Crate pallet_paged_list_fuzzer
source ·Expand description
§Running
Running this fuzzer can be done with cargo hfuzz run pallet-paged-list
. honggfuzz
CLI
options can be used by setting HFUZZ_RUN_ARGS
, such as -n 4
to use 4 threads.
§Debugging a panic
Once a panic is found, it can be debugged with
cargo hfuzz run-debug pallet-paged-list hfuzz_workspace/pallet-paged-list/*.fuzz
.
§More information
More information about honggfuzz
can be found
here.
Enums§
- Op 🔒
Functions§
- Appends and drains random number of elements in random order and checks storage invariants.
- main 🔒
Type Aliases§
- Meta 🔒