| 141 | return _wasWarning; |
| 142 | } |
| 143 | bool WasError() const |
| 144 | { |
| 145 | return _wasError; |
| 146 | } |
| 147 | |
| 148 | ReadObjectContext(const std::string& identifier, bool loadImages, const IFileDataRetriever* fileDataRetriever) |
| 149 | : _fileDataRetriever(fileDataRetriever) |
no outgoing calls
no test coverage detected