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

Method check_found

src/test/util/logging.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void DebugLogHelper::check_found()
25{
26 noui_reconnect();
27 LogInstance().DeleteCallback(m_print_connection);
28 if (!m_found && m_match(nullptr)) {
29 throw std::runtime_error(strprintf("'%s' not found in debug log\n", m_message));
30 }
31}

Callers

nothing calls this directly

Calls 2

noui_reconnectFunction · 0.85
DeleteCallbackMethod · 0.80

Tested by

no test coverage detected