Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ MarkAsUsed
Method
MarkAsUsed
lib/variables/variable.cpp:162–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void Variable::MarkAsUsed() const
163
{
164
std::lock_guard<std::mutex> lock(_mutex);
165
UpdateLastUsed();
166
}
167
168
static void populateSaveActionSelection(QComboBox *list)
169
{
Callers
2
SubstitueVariables
Function · 0.80
test-variable.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected