MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / remaining_bytes

Method remaining_bytes

src/test/fuzz/FuzzedDataProvider.h:85–85  ·  view source on GitHub ↗

Reports the remaining bytes available for fuzzed input.

Source from the content-addressed store, hash-verified

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;

Callers 15

FUZZ_TARGETFunction · 0.80
bip324.cppFile · 0.80
FUZZ_TARGETFunction · 0.80
FUZZ_TARGETFunction · 0.80
FUZZ_TARGETFunction · 0.80
SimulationTestFunction · 0.80
FUZZ_TARGETFunction · 0.80
FUZZ_TARGETFunction · 0.80
FUZZ_TARGETFunction · 0.80
FUZZ_TARGETFunction · 0.80
package_eval.cppFile · 0.80
pow.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected