MCPcopy 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
27std::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

demangleFunction · 0.45
isMemoryMethod · 0.45
traceMethod · 0.45
memoryIndicesMethod · 0.45
isOutParamMethod · 0.45
getAssignedMethod · 0.45
getNodeForTypeMethod · 0.45
getASTNodeMethod · 0.45
getASTDefNodeMethod · 0.45
ofMethod · 0.45
getFullPathMethod · 0.45
getFromCallMapMethod · 0.45

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected