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

Method get_execution_map

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

Source from the content-addressed store, hash-verified

133}
134
135std::unordered_map<size_t, size_t> object_observer::get_execution_map() const noexcept {
136 return m_state->get_execution_map();
137}
138
139testing_stub::~testing_stub() noexcept {
140 if (static_cast<bool>(m_state)) {

Calls

no outgoing calls