MCPcopy 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

InitializeApplicationsFunction · 0.85
RemoveApplicationByIdFunction · 0.85
StartInstallMethod · 0.85

Calls 1

RequestLoadApplicationsFunction · 0.85

Tested by

no test coverage detected