Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
513
void RPCSetTimerInterfaceIfUnset(RPCTimerInterface *iface)
514
{
515
if (!timerInterface)
516
timerInterface = iface;
517
}
518
519
void RPCSetTimerInterface(RPCTimerInterface *iface)
520
{
Callers
1
rpcSetTimerInterfaceIfUnset
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected