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

Function RenameFeatureSetFile

fuzz/libfuzzer/FuzzerLoop.cpp:483–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483static void RenameFeatureSetFile(const std::string &FeaturesDir,
484 const std::string &OldFile,
485 const std::string &NewFile) {
486 if (FeaturesDir.empty()) return;
487 RenameFile(DirPlusFile(FeaturesDir, OldFile),
488 DirPlusFile(FeaturesDir, NewFile));
489}
490
491static void WriteEdgeToMutationGraphFile(const std::string &MutationGraphFile,
492 const InputInfo *II,

Callers 1

RunOneMethod · 0.85

Calls 3

DirPlusFileFunction · 0.85
RenameFileFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected