MCPcopy 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
540void RPCRegisterTimerInterface(RPCTimerInterface *iface)
541{
542 timerInterfaces.push_back(iface);
543}
544
545void RPCUnregisterTimerInterface(RPCTimerInterface *iface)
546{

Callers 2

StartHTTPRPCFunction · 0.85
RPCConsoleMethod · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected