MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getExpireClock

Method getExpireClock

src/jrd/jrd.cpp:9165–9172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9163}
9164
9165bool TimeoutTimer::getExpireClock(SINT64& clock) const
9166{
9167 if (!m_start)
9168 return false;
9169
9170 clock = m_start + m_value;
9171 return true;
9172}
9173
9174void TimeoutTimer::start()
9175{

Callers 2

getIdleTimerClockMethod · 0.45
putRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected