MCPcopy Create free account
hub / github.com/Samsung/UTopia / clear

Method clear

lib/generation/UTModify.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

setFirstUseMethod · 0.45
clearVisitMethod · 0.45
clearFirstUsesMethod · 0.45
buildMethod · 0.45
initMethod · 0.45
memoryIndicesMethod · 0.45
~SourceCollectionMethod · 0.45
fromJsonMethod · 0.45
getDataForArrayMethod · 0.45
setSizeArgMethod · 0.45
normalize_commandMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36