| 84 | bool GetModified() const { return this->Modified; } |
| 85 | |
| 86 | bool GetCouldNotBeCreated() const { return this->NeedToBeCreated != this->Created; } |
| 87 | |
| 88 | bool GetCouldNotBeModified() const { return this->NeedToBeModified != this->Modified; } |
| 89 |
no outgoing calls
no test coverage detected