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

Method SetUp

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

Source from the content-addressed store, hash-verified

155 FileDescriptorTable* fd_table_;
156
157 void SetUp() override {
158 BaseEnvTest::SetUp();
159 fd_table_ = new FileDescriptorTable();
160 }
161
162 void TearDown() override {
163 delete fd_table_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected