MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / compare

Function compare

framework/cacheModule/cache/CacheChecker.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

basic_string_viewClass · 0.85
compareMethod · 0.85
compareMethod · 0.85
starts_withMethod · 0.85
ends_withMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected