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

Method getParameters

Tactility/Source/app/AppInstance.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43std::shared_ptr<const Bundle> AppInstance::getParameters() const {
44 mutex.lock();
45 std::shared_ptr<const Bundle> result = parameters;
46 mutex.unlock();
47 return result;
48}
49
50std::unique_ptr<AppPaths> AppInstance::getPaths() const {
51 assert(manifest != nullptr);

Callers 15

onPressConnectMethod · 0.80
onCreateMethod · 0.80
onResultMethod · 0.80
onCreateMethod · 0.80
onCreateMethod · 0.80
onCreateMethod · 0.80
onCreateMethod · 0.80
initMethod · 0.80
onShowMethod · 0.80
onShowMethod · 0.80
onCreateMethod · 0.80
onShowMethod · 0.80

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected