MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getAppManifests

Function getAppManifests

Tactility/Source/app/AppRegistration.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53std::vector<std::shared_ptr<AppManifest>> getAppManifests() {
54 std::vector<std::shared_ptr<AppManifest>> manifests;
55 hash_mutex.lock();
56 for (const auto& item: app_manifest_map) {
57 manifests.push_back(item.second);
58 }
59 hash_mutex.unlock();
60 return manifests;
61}
62
63} // namespace

Callers 4

handleApiAppsMethod · 0.85
onShowMethod · 0.85
onShowMethod · 0.85
onShowMethod · 0.85

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected