MCPcopy Create free account
hub / github.com/ElementsProject/elements / RpcInterruptionPoint

Function RpcInterruptionPoint

src/rpc/server.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void RpcInterruptionPoint()
327{
328 if (!IsRPCRunning()) throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Shutting down");
329}
330
331void SetRPCWarmupStatus(const std::string& newStatus)
332{

Callers

nothing calls this directly

Calls 2

IsRPCRunningFunction · 0.85
JSONRPCErrorFunction · 0.85

Tested by

no test coverage detected