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