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

Method setMainFuncLoc

lib/sourceanalysis/SourceAnalysisReport.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71std::string SourceAnalysisReport::getSrcBaseDir() const { return SrcBaseDir; }
72
73void SourceAnalysisReport::setMainFuncLoc(const Location &Loc) {
74 MainFuncLoc = Loc;
75}
76
77void SourceAnalysisReport::setSrcBaseDir(const std::string &SrcBaseDir) {
78 this->SrcBaseDir = SrcBaseDir;

Callers 1

SourceAnalyzerImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected