Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ RPCSetTimerInterface
Function
RPCSetTimerInterface
src/rpc/core/rpcserver.cpp:571–573 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
}
570
571
void RPCSetTimerInterface(RPCTimerInterface* iface) {
572
timerInterface = iface;
573
}
574
575
void RPCUnsetTimerInterface(RPCTimerInterface* iface) {
576
if (timerInterface == iface) {
Callers
1
StartRPCServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected