MCPcopy Create free account
hub / github.com/Samsung/UTopia / has

Method has

lib/rootdefanalysis/RDCache.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23bool RDCache::has(const RDNode &Key) const {
24 return Cache.find(Key) != Cache.end();
25}
26
27std::set<RDNode> RDCache::get(const RDNode &Key) const {
28 auto Acc = Cache.find(Key);

Callers 15

traceMethod · 0.45
isOutParamMethod · 0.45
exportReportJsonMethod · 0.45
checkMethod · 0.45
isBufferAllocSizeMethod · 0.45
isLoopExitMethod · 0.45
isFilePathMethod · 0.45
updateArgFlowMethod · 0.45
updateFieldFlowMethod · 0.45
updateArgFlowMethod · 0.45
updateFieldFlowMethod · 0.45

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected