Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ get
Method
get
lib/rootdefanalysis/RDCache.cpp:27–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
std::set<RDNode> RDCache::get(const RDNode &Key) const {
28
auto Acc = Cache.find(Key);
29
if (Acc == Cache.end())
30
return {};
31
32
return Acc->second;
33
}
34
35
} // end namespace ftg
Callers
15
demangle
Function · 0.45
isMemory
Method · 0.45
trace
Method · 0.45
memoryIndices
Method · 0.45
isOutParam
Method · 0.45
getAssigned
Method · 0.45
getNodeForType
Method · 0.45
getASTNode
Method · 0.45
getASTDefNode
Method · 0.45
of
Method · 0.45
getFullPath
Method · 0.45
getFromCallMap
Method · 0.45
Calls
2
end
Method · 0.80
find
Method · 0.45
Tested by
no test coverage detected