MCPcopy 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
78std::string TextureCache::getDescription() const
79{
80 return fmt::format("<TextureCache | Number of textures = {}>", static_cast<int>(_textures.size()));
81}
82
83struct TextureCache::AsyncStruct
84{

Callers

nothing calls this directly

Calls 2

formatFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected