MCPcopy 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
575void RPCUnsetTimerInterface(RPCTimerInterface* iface) {
576 if (timerInterface == iface) {
577 timerInterface = nullptr;
578 }
579}

Callers 1

StopRPCServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected