Method
IsValid
Check whether the data is valid.
Source from the content-addressed store, hash-verified
| 312 | |
| 313 | // Check whether the data is valid. |
| 314 | bool IsValid() const { return valid_; } |
| 315 | |
| 316 | // Get reference to the data. |
| 317 | T& Data() { return data_; } |