MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / evictEntry

Method evictEntry

launcher/net/HttpMetaCache.cpp:159–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159auto HttpMetaCache::evictEntry(MetaEntryPtr entry) -> bool
160{
161 if (!entry)
162 return false;
163
164 entry->m_stale = true;
165 SaveEventually();
166 return true;
167}
168
169void HttpMetaCache::evictAll()
170{

Callers 1

assetIndexFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected