Constant test_generation::config::MAX_CFG_BLOCKS
source · pub const MAX_CFG_BLOCKS: u16 = 10;
Expand description
This defines the maximum number of blocks that will be generated for
a function body’s CFG. During generation, a random number of blocks from
1 to this constant will be created.
Default is 10