Reports the remaining bytes available for fuzzed input.
| 83 | |
| 84 | // Reports the remaining bytes available for fuzzed input. |
| 85 | size_t remaining_bytes() { return remaining_bytes_; } |
| 86 | |
| 87 | private: |
| 88 | FuzzedDataProvider(const FuzzedDataProvider &) = delete; |
no outgoing calls
no test coverage detected