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

Method isFuzzableInput

lib/generation/Fuzzer.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99std::string Fuzzer::getRelativeUTDir() const { return RelativeUTDir; }
100
101bool Fuzzer::isFuzzableInput(unsigned int DefID) const {
102 return DefIDFuzzInputMap.find(DefID) != DefIDFuzzInputMap.end();
103}
104
105} // namespace ftg

Callers 2

addFuzzerMethod · 0.80
TEST_FFunction · 0.80

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by 1

TEST_FFunction · 0.64