MCPcopy Create free account
hub / github.com/ElementsProject/elements / RPCSetTimerInterfaceIfUnset

Function RPCSetTimerInterfaceIfUnset

src/rpc/server.cpp:513–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513void RPCSetTimerInterfaceIfUnset(RPCTimerInterface *iface)
514{
515 if (!timerInterface)
516 timerInterface = iface;
517}
518
519void RPCSetTimerInterface(RPCTimerInterface *iface)
520{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected