MCPcopy 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
334bool SpriteFrameCache::eraseFrame(std::string_view frameName)
335{
336 return eraseFrame(computeHash(frameName));
337}
338
339bool SpriteFrameCache::eraseFrame(uint64_t frameId)
340{

Callers 1

Calls 5

computeHashFunction · 0.85
findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected