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

Method Call

src/test/validationinterface_tests.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 if (m_on_call) m_on_call();
63 }
64 static void Call()
65 {
66 CBlock block;
67 BlockValidationState state;
68 GetMainSignals().BlockChecked(block, state);
69 }
70 std::function<void()> m_on_call;
71 std::function<void()> m_on_destroy;
72};

Callers

nothing calls this directly

Calls 1

BlockCheckedMethod · 0.45

Tested by

no test coverage detected