Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ getReport
Method
getReport
lib/analysis/TypeAnalyzer.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
std::unique_ptr<AnalyzerReport> TypeAnalyzer::getReport() {
20
return std::make_unique<TypeAnalysisReport>(&Report);
21
}
22
23
void TypeAnalyzer::collectEnums(const ASTUnit &Unit) {
24
const std::string Tag =
"Tag"
;
Callers
5
analyze
Method · 0.45
analyze
Method · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36