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

Method TearDown

tests/unit_test/spinlock_test.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 void TearDown() override {
45 // 清理环境
46 env_state_.ClearCurrentThreadEnvironment();
47 }
48
49 test_env::TestEnvironmentState env_state_;
50};

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected