Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ UnregisterSharedValidationInterface
Function
UnregisterSharedValidationInterface
src/validationinterface.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void UnregisterSharedValidationInterface(std::shared_ptr<CValidationInterface> callbacks)
136
{
137
UnregisterValidationInterface(callbacks.get());
138
}
139
140
void UnregisterValidationInterface(CValidationInterface* callbacks)
141
{
Callers
5
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
FUZZ_TARGET_INIT
Function · 0.85
submitblock
Function · 0.85
disconnect
Method · 0.85
Calls
2
UnregisterValidationInterface
Function · 0.85
get
Method · 0.45
Tested by
3
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
FUZZ_TARGET_INIT
Function · 0.68