| 57 | SubGraph() : only_variable_(false), use_send_recv_(false) {} |
| 58 | const std::string& GetLoc() const { return loc_; } |
| 59 | void SetLoc(const std::string &loc) { loc_ = loc; } |
| 60 | |
| 61 | void AddNode(const Node* node) { |
| 62 | if (node_id_set_.find(node->id()) != node_id_set_.end()) { |
no outgoing calls
no test coverage detected