MCPcopy Create free account
hub / github.com/SVF-tools/SVF / classof

Method classof

svf/include/Graphs/ThreadCallGraph.h:167–170  ·  view source on GitHub ↗

ClassOf @{

Source from the content-addressed store, hash-verified

165 /// ClassOf
166 //@{
167 static inline bool classof(const ThreadCallGraph *)
168 {
169 return true;
170 }
171 static inline bool classof(const CallGraph*g)
172 {
173 return g->getKind() == CallGraph::ThdCallGraph;

Callers

nothing calls this directly

Calls 1

getKindMethod · 0.45

Tested by

no test coverage detected