Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ NewTimer
Method
NewTimer
src/qt/rpcconsole.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
~QtRPCTimerInterface() {}
123
const char *Name() { return
"Qt"
; }
124
RPCTimerBase* NewTimer(std::function<void(void)>& func, int64_t millis)
125
{
126
return new QtRPCTimerBase(func, millis);
127
}
128
};
129
130
Callers
1
RPCRunLater
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected