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

Method getUTReport

lib/generation/FuzzGenReporter.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88const std::shared_ptr<const FuzzGenReporter::UTReportT>
89FuzzGenReporter::getUTReport(std::string UTName) const {
90 auto Iter = this->UTReportMap.find(UTName);
91 assert(Iter != this->UTReportMap.end() && "UTReport Not Found");
92 return Iter->second;
93}
94
95const std::map<std::string, std::shared_ptr<FuzzGenReporter::APIReportT>> &
96FuzzGenReporter::getAPIReportMap() const {

Callers 1

TEST_FFunction · 0.80

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by 1

TEST_FFunction · 0.64