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

Method getFlags

Tactility/Source/app/AppInstance.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30Flags AppInstance::getFlags() const {
31 mutex.lock();
32 auto result = flags;
33 mutex.unlock();
34 return result;
35}
36
37void AppInstance::setFlags(Flags newFlags) {
38 mutex.lock();

Callers 1

redrawMethod · 0.80

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected