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

Method warningUnset

src/node/kernel_notifications.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void KernelNotifications::warningUnset(kernel::Warning id)
88{
89 m_warnings.Unset(id);
90}
91
92void KernelNotifications::flushError(const bilingual_str& message)
93{

Callers 1

Calls 1

UnsetMethod · 0.80

Tested by

no test coverage detected