| 88 | |
| 89 | int id() const { return _id; } |
| 90 | int parent_id() const { return _parent_id; } |
| 91 | const std::string& name() const { return _name; } |
| 92 | const std::string& type() const { return _type; } |
| 93 | const std::string& guid() const { return _guid; } |
no outgoing calls
no test coverage detected