MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsInterrupted

Function IsInterrupted

src/kernel/notifications_interface.h:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25template <typename T>
26bool IsInterrupted(const T& result)
27{
28 return std::holds_alternative<kernel::Interrupted>(result);
29}
30
31/**
32 * A base class defining functions for notifying about certain kernel

Callers 1

ActivateBestChainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected