Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ addConst
Method
addConst
lib/constantanalysis/ConstAnalyzerReport.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
bool ConstAnalyzerReport::addConst(std::string Name, ASTValue Value) {
17
return ConstantMap.emplace(Name, Value).second;
18
}
19
20
Json::Value ConstAnalyzerReport::toJson() const {
21
Json::Value Report;
Callers
2
getReport
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64