Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ setOnTimer
Method
setOnTimer
src/common/classes/TimerImpl.h:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
{}
101
102
void setOnTimer(OnTimerMember<T> onTimer)
103
{
104
TimerImpl::setOnTimer(m_ref.getPtr(), onTimer);
105
}
106
107
private:
108
RefPtr<T> m_ref;
Callers
nothing calls this directly
Calls
1
getPtr
Method · 0.80
Tested by
no test coverage detected