Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ clear
Method
clear
src/IECore/CachedReader.cpp:227–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
void CachedReader::clear()
228
{
229
m_data->m_fileErrors.clear();
230
m_data->m_cache.clear();
231
}
232
233
void CachedReader::clear( const std::string &file )
234
{
Callers
1
test
Method · 0.95
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected