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

Method getAPIReport

lib/generation/FuzzGenReporter.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81const std::shared_ptr<const FuzzGenReporter::APIReportT>
82FuzzGenReporter::getAPIReport(std::string APIName) const {
83 auto Iter = this->APIReportMap.find(APIName);
84 assert(Iter != this->APIReportMap.end() && "APIReport Not Found");
85 return Iter->second;
86}
87
88const std::shared_ptr<const FuzzGenReporter::UTReportT>
89FuzzGenReporter::getUTReport(std::string UTName) const {

Callers 1

TEST_FFunction · 0.80

Calls 3

endMethod · 0.80
findMethod · 0.45
getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64