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

Method UnregisterAllValidationInterfaces

src/validationinterface.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void ValidationSignals::UnregisterAllValidationInterfaces()
137{
138 m_internals->Clear();
139}
140
141void ValidationSignals::CallFunctionInValidationInterfaceQueue(std::function<void()> func)
142{

Callers 3

ShutdownFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
cmpctblock.cppFile · 0.80

Calls 1

ClearMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64