Constructor
| 181 | public: |
| 182 | /// Constructor |
| 183 | CallGraphNode(NodeID i, const FunObjVar* f) : GenericPTACallGraphNodeTy(i,CallNodeKd), fun(f) |
| 184 | { |
| 185 | |
| 186 | } |
| 187 | |
| 188 | const std::string &getName() const; |
| 189 |
nothing calls this directly
no outgoing calls
no test coverage detected