MCPcopy Create free account
hub / github.com/ElementsProject/elements / UnregisterAllValidationInterfaces

Function UnregisterAllValidationInterfaces

src/validationinterface.cpp:147–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void UnregisterAllValidationInterfaces()
148{
149 if (!g_signals.m_internals) {
150 return;
151 }
152 g_signals.m_internals->Clear();
153}
154
155void CallFunctionInValidationInterfaceQueue(std::function<void()> func)
156{

Callers 2

ShutdownFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

ClearMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68