MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / object_observer

Method object_observer

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

Source from the content-addressed store, hash-verified

103}
104
105object_observer::object_observer() : m_state(std::make_shared<details::object_observer_state>()) {}
106
107testing_stub object_observer::get_testing_stub() noexcept {
108 return {m_state};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected