MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Clear

Method Clear

src/SFGUI/ResourceManager.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void ResourceManager::Clear() {
132 m_loaders.clear();
133 m_fonts.clear();
134 m_images.clear();
135}
136
137std::string ResourceManager::GetFilename( const std::string& path, const ResourceLoader& loader ) {
138 auto ident = loader.GetIdentifier() + ":";

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected