MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / has

Function has

src/deinline.cpp:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 void destroy();
72 void add(sBB* bb) { insert(bb);}
73 bool has(sBB* bb) const { return find(bb) != end(); }
74 sBB* get(int idx) const;
75 void makeCFG(mbl_array_t *mba);
76 void serialize(bytevec_t &b) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected