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

Method TearDown

tests/unit_test/vfs_test.cpp:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 env_state_.BindThreadToCore(std::this_thread::get_id(), 0);
104 }
105 void TearDown() override { env_state_.ClearCurrentThreadEnvironment(); }
106 test_env::TestEnvironmentState env_state_;
107};
108

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected