| 244 | } |
| 245 | |
| 246 | inline bool FileRequestAsync::IsReady() const { |
| 247 | return state == State_DoneSuccess || state == State_DoneFailure; |
| 248 | } |
| 249 | |
| 250 | inline bool FileRequestAsync::IsImportantFile() const { |
| 251 | return important; |
no outgoing calls
no test coverage detected