Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ reloadAll
Method
reloadAll
source/globjects/source/base/FileRegistry.cpp:38–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void FileRegistry::reloadAll()
39
{
40
for (File* file: s_instance->m_registeredFiles)
41
{
42
file->reload();
43
}
44
}
45
46
47
} // namespace globjects
Callers
nothing calls this directly
Calls
1
reload
Method · 0.80
Tested by
no test coverage detected