Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ eraseFrame
Method
eraseFrame
core/2d/SpriteFrameCache.cpp:334–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
}
333
334
bool SpriteFrameCache::eraseFrame(std::string_view frameName)
335
{
336
return eraseFrame(computeHash(frameName));
337
}
338
339
bool SpriteFrameCache::eraseFrame(uint64_t frameId)
340
{
Callers
1
reloadSpriteFramesWithDictionary
Method · 0.80
Calls
5
computeHash
Function · 0.85
find
Method · 0.45
end
Method · 0.45
erase
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected