MCPcopy Create free account
hub / github.com/cginternals/globjects / deregisterFile

Method deregisterFile

source/globjects/source/base/FileRegistry.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void FileRegistry::deregisterFile(File * file)
31{
32 assert(file != nullptr);
33 assert(s_instance->m_registeredFiles.find(file) != s_instance->m_registeredFiles.end());
34
35 s_instance->m_registeredFiles.erase(file);
36}
37
38void FileRegistry::reloadAll()
39{

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected