MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / operator()

Method operator()

test/source/utils/object_observer.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void testing_stub::operator()() noexcept {
90 if (static_cast<bool>(m_state)) {
91 m_state->on_execute();
92 }
93}
94
95value_testing_stub& value_testing_stub::operator=(value_testing_stub&& rhs) noexcept {
96 testing_stub::operator=(std::move(rhs));

Callers

nothing calls this directly

Calls 1

on_executeMethod · 0.80

Tested by

no test coverage detected