MCPcopy 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
135void UnregisterSharedValidationInterface(std::shared_ptr<CValidationInterface> callbacks)
136{
137 UnregisterValidationInterface(callbacks.get());
138}
139
140void UnregisterValidationInterface(CValidationInterface* callbacks)
141{

Callers 5

BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
submitblockFunction · 0.85
disconnectMethod · 0.85

Calls 2

getMethod · 0.45

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
FUZZ_TARGET_INITFunction · 0.68