Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/Goldleaf
/ NotifyApplicationsChanged
Function
NotifyApplicationsChanged
Goldleaf/source/cnt/cnt_Content.cpp:320–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
void NotifyApplicationsChanged() {
321
RequestLoadApplications();
322
}
323
324
std::vector<Application> &GetApplications() {
325
ScopedLock lk(g_ApplicationsLock);
Callers
5
UpdateRecordAndContentMetas
Method · 0.85
InitializeApplications
Function · 0.85
RemoveApplicationById
Function · 0.85
RemoveApplicationContentById
Function · 0.85
StartInstall
Method · 0.85
Calls
1
RequestLoadApplications
Function · 0.85
Tested by
no test coverage detected