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

Function AllInputsAreFiles

fuzz/libfuzzer/FuzzerDriver.cpp:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345static bool AllInputsAreFiles() {
346 if (Inputs->empty()) return false;
347 for (auto &Path : *Inputs)
348 if (!IsFile(Path))
349 return false;
350 return true;
351}
352
353static std::string GetDedupTokenFromCmdOutput(const std::string &S) {
354 auto Beg = S.find("DEDUP_TOKEN:");

Callers 1

FuzzerDriverFunction · 0.85

Calls 2

IsFileFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected