Return a bool value based upon consuming a single byte from the specified fuzzDataView. If fuzzDataView->length() is 0, return false.
a bool based on one consumed byte, or false if empty
| Name | Description |
|---|---|
| fuzzDataView | view providing fuzz input bytes |