MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / evictEntry

Method evictEntry

launcher/net/HttpMetaCache.cpp:162–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162auto HttpMetaCache::evictEntry(MetaEntryPtr entry) -> bool
163{
164 if (!entry)
165 return false;
166
167 entry->m_stale = true;
168 SaveEventually();
169 return true;
170}
171
172// returns true on success, false otherwise
173auto HttpMetaCache::evictAll() -> bool

Callers 1

assetIndexFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected