MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / setLastVariableChangeTime

Function setLastVariableChangeTime

lib/variables/variable.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28static bool setupDone = setup();
29
30static void setLastVariableChangeTime()
31{
32 std::lock_guard<std::mutex> lock(lastVariableChangeMutex);
33 lastVariableChange = std::chrono::high_resolution_clock::now();
34}
35
36Variable::Variable() : Item()
37{

Callers 5

VariableMethod · 0.85
~VariableMethod · 0.85
LoadMethod · 0.85
SetValueMethod · 0.85
AskForSettingsMethod · 0.85

Calls 1

nowClass · 0.85

Tested by

no test coverage detected