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

Method getStatus

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

Source from the content-addressed store, hash-verified

93void Fuzzer::setStatus(FuzzStatus Status) { ProjectStatus = Status; }
94
95FuzzStatus Fuzzer::getStatus() const { return ProjectStatus; }
96
97void Fuzzer::setRelativeUTDir(std::string Path) { this->RelativeUTDir = Path; }
98

Callers 3

generateMethod · 0.80
addFuzzerMethod · 0.80
printNotGeneratedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected