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

Method findAPIs

lib/utanalysis/TargetAPIFinder.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11TargetAPIFinder::TargetAPIFinder(std::set<Function *> APIs) : APIs(APIs) {}
12
13std::set<Function *> TargetAPIFinder::findAPIs(std::vector<Function *> Funcs) {
14 std::set<Function *> Result;
15 find(Funcs, TargetCallees, Result);
16 return Result;
17}
18
19std::set<CallBase *>
20TargetAPIFinder::findAPICallers(std::vector<Function *> Funcs) {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64