| 40 | const std::string& atom() const { return atom_; } |
| 41 | void set_unique_id(int id) { unique_id_ = id; } |
| 42 | int unique_id() const { return unique_id_; } |
| 43 | |
| 44 | // The children of the Prefilter node. |
| 45 | std::vector<Prefilter*>* subs() { |
no outgoing calls
no test coverage detected