| 134 | |
| 135 | |
| 136 | bool compare(const CacheFileInfo &a, const CacheFileInfo &b) |
| 137 | { |
| 138 | return a.createTime < b.createTime; |
| 139 | } |
| 140 | |
| 141 | void CacheChecker::getAllCachedFiles(const string &cacheDir, vector<CacheFileInfo> &cacheFileInfos) |
| 142 | { |
no outgoing calls
no test coverage detected