| 47 | |
| 48 | |
| 49 | MetaCacheSink::MetaCacheSink(MetaEntryPtr entry, ChecksumValidator * md5sum, bool is_eternal) |
| 50 | :Net::FileSink(entry->getFullPath()), m_entry(entry), m_md5Node(md5sum), m_is_eternal(is_eternal) |
| 51 | { |
| 52 | addValidator(md5sum); |
| 53 | } |
| 54 | |
| 55 | Task::State MetaCacheSink::initCache(QNetworkRequest& request) |
| 56 | { |
nothing calls this directly
no test coverage detected