Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getDescription
Method
getDescription
core/renderer/TextureCache.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
std::string TextureCache::getDescription() const
79
{
80
return fmt::format(
"<TextureCache | Number of textures = {}>"
, static_cast<int>(_textures.size()));
81
}
82
83
struct TextureCache::AsyncStruct
84
{
Callers
nothing calls this directly
Calls
2
format
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected