Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
Flags AppInstance::getFlags() const {
31
mutex.lock();
32
auto result = flags;
33
mutex.unlock();
34
return result;
35
}
36
37
void AppInstance::setFlags(Flags newFlags) {
38
mutex.lock();
Callers
1
redraw
Method · 0.80
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected