MCPcopy Create free account
hub / github.com/HexHive/NASS / remaining_bytes

Method remaining_bytes

fuzz/include/FuzzedDataProvider.h:84–84  ·  view source on GitHub ↗

Reports the remaining bytes available for fuzzed input.

Source from the content-addressed store, hash-verified

82
83 // Reports the remaining bytes available for fuzzed input.
84 size_t remaining_bytes() { return remaining_bytes_; }
85
86 private:
87 FuzzedDataProvider(const FuzzedDataProvider &) = delete;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64