Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ RPCRegisterTimerInterface
Function
RPCRegisterTimerInterface
src/rpcserver.cpp:540–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
}
539
540
void RPCRegisterTimerInterface(RPCTimerInterface *iface)
541
{
542
timerInterfaces.push_back(iface);
543
}
544
545
void RPCUnregisterTimerInterface(RPCTimerInterface *iface)
546
{
Callers
2
StartHTTPRPC
Function · 0.85
RPCConsole
Method · 0.85
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected