MCPcopy 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
571void RPCSetTimerInterface(RPCTimerInterface* iface) {
572 timerInterface = iface;
573}
574
575void RPCUnsetTimerInterface(RPCTimerInterface* iface) {
576 if (timerInterface == iface) {

Callers 1

StartRPCServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected