Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ GetLastVariableChangeTime
Function
GetLastVariableChangeTime
lib/variables/variable.cpp:497–501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
495
}
496
497
std::chrono::high_resolution_clock::time_point GetLastVariableChangeTime()
498
{
499
std::lock_guard<std::mutex> lock(lastVariableChangeMutex);
500
return lastVariableChange;
501
}
502
503
} // namespace advss
Callers
1
Resolve
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected