Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
auto 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
169
void HttpMetaCache::evictAll()
170
{
Callers
1
assetIndexFinished
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected