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

Function PrintASCII

fuzz/libfuzzer/FuzzerMutate.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21static const size_t kMaxMutationsToPrint = 10;
22
23static void PrintASCII(const Word &W, const char *PrintAfter) {
24 PrintASCII(W.data(), W.size(), PrintAfter);
25}
26
27MutationDispatcher::MutationDispatcher(Random &Rand,
28 const FuzzingOptions &Options)

Callers 2

PrintMutationSequenceMethod · 0.70

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected