MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / ClearSwitchHistory

Method ClearSwitchHistory

tests/unit_test/mocks/test_environment_state.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void TestEnvironmentState::ClearSwitchHistory() {
163 std::lock_guard<std::mutex> lock(map_mutex_);
164 for (auto& core : cores_) {
165 core.switch_history.clear();
166 }
167}
168
169} // namespace test_env

Callers 1

TearDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected