| 225 | class SearchGraphRepository : public std::vector<ReadOnlyGraphNode> { |
| 226 | public: |
| 227 | SearchGraphRepository() {} |
| 228 | bool isEmpty(size_t idx) { return (*this)[idx].empty(); } |
| 229 | |
| 230 | void deserialize(std::ifstream &is, ObjectRepository &objectRepository) { |
nothing calls this directly
no outgoing calls
no test coverage detected