MCPcopy 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
162void Variable::MarkAsUsed() const
163{
164 std::lock_guard<std::mutex> lock(_mutex);
165 UpdateLastUsed();
166}
167
168static void populateSaveActionSelection(QComboBox *list)
169{

Callers 2

SubstitueVariablesFunction · 0.80
test-variable.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected