MCPcopy 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
16bool ConstAnalyzerReport::addConst(std::string Name, ASTValue Value) {
17 return ConstantMap.emplace(Name, Value).second;
18}
19
20Json::Value ConstAnalyzerReport::toJson() const {
21 Json::Value Report;

Callers 2

getReportMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64