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

Method getRelativeUTDir

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

Source from the content-addressed store, hash-verified

97void Fuzzer::setRelativeUTDir(std::string Path) { this->RelativeUTDir = Path; }
98
99std::string Fuzzer::getRelativeUTDir() const { return RelativeUTDir; }
100
101bool Fuzzer::isFuzzableInput(unsigned int DefID) const {
102 return DefIDFuzzInputMap.find(DefID) != DefIDFuzzInputMap.end();

Callers 1

addFuzzerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected