| 98 | const std::string UTModify::FilePathPrefix = "FUZZ_FILEPATH_PREFIX"; |
| 99 | |
| 100 | void UTModify::clear() { |
| 101 | FileNewMap.clear(); |
| 102 | FileReplaceMap.clear(); |
| 103 | Replaces.clear(); |
| 104 | } |
| 105 | |
| 106 | std::string UTModify::generateAssignStatement(const FuzzInput &Input) const { |
| 107 | const auto &Def = Input.getDef(); |
no outgoing calls