* Is the information from this content info valid? * @return true iff it's valid */
| 47 | * @return true iff it's valid |
| 48 | */ |
| 49 | bool ContentInfo::IsValid() const |
| 50 | { |
| 51 | return this->state < ContentInfo::State::Invalid && this->type >= CONTENT_TYPE_BEGIN && this->type < CONTENT_TYPE_END; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Search a textfile file next to this file in the content list. |
no outgoing calls
no test coverage detected