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

Method getIncludedHeaders

lib/sourceanalysis/SourceAnalysisReport.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58std::vector<std::string>
59SourceAnalysisReport::getIncludedHeaders(std::string SourceName) const {
60 auto Iter = SourceInfoMap.find(SourceName);
61 if (Iter == SourceInfoMap.end())
62 return {};
63
64 return Iter->second.IncludedHeaders;
65}
66
67const std::string SourceAnalysisReport::getReportType() const {
68 return "sourceanalysis";

Callers 5

initFromFuzzerMethod · 0.80
checkNonFileMethod · 0.80
checkIncludedHeadersMethod · 0.80
TEST_FFunction · 0.80

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by 3

checkNonFileMethod · 0.64
checkIncludedHeadersMethod · 0.64
TEST_FFunction · 0.64