Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetRequestLogVersion
Method
GetRequestLogVersion
Modules/RESTAPI/src/mitkRestServer.cpp:574–578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
}
573
574
uint64_t RestServer::GetRequestLogVersion() const
575
{
576
std::lock_guard<std::mutex> lock(m_Mutex);
577
return m_RequestLogVersion;
578
}
579
580
std::optional<int64_t> RestServer::GetUptimeSeconds() const
581
{
Callers
6
LogVersionStartsAtZero
Method · 0.80
LogVersionIncrementsOnClearLog
Method · 0.80
LogVersionIncrementsOnStartAndStop
Method · 0.80
LogVersionIncrementsOnRequest
Method · 0.80
LogVersionIncrementsOnSetLogLimitTrim
Method · 0.80
UpdateRequestLogTable
Method · 0.80
Calls
no outgoing calls
Tested by
5
LogVersionStartsAtZero
Method · 0.64
LogVersionIncrementsOnClearLog
Method · 0.64
LogVersionIncrementsOnStartAndStop
Method · 0.64
LogVersionIncrementsOnRequest
Method · 0.64
LogVersionIncrementsOnSetLogLimitTrim
Method · 0.64