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

Function removeAppManifest

Tactility/Source/app/AppRegistration.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool removeAppManifest(const std::string& id) {
34 LOGGER.info("Removing manifest for {}", id);
35
36 auto lock = hash_mutex.asScopedLock();
37 lock.lock();
38
39 return app_manifest_map.erase(id) == 1;
40}
41
42std::shared_ptr<AppManifest> findAppManifestById(const std::string& id) {
43 hash_mutex.lock();

Callers 1

uninstallFunction · 0.85

Calls 3

infoMethod · 0.80
asScopedLockMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected