Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
template <typename T>
26
bool 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
ActivateBestChain
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected