Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
std::string Fuzzer::getRelativeUTDir() const { return RelativeUTDir; }
100
101
bool Fuzzer::isFuzzableInput(unsigned int DefID) const {
102
return DefIDFuzzInputMap.find(DefID) != DefIDFuzzInputMap.end();
103
}
104
105
} // namespace ftg
Callers
2
addFuzzer
Method · 0.80
TEST_F
Function · 0.80
Calls
2
end
Method · 0.80
find
Method · 0.45
Tested by
1
TEST_F
Function · 0.64