Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ TearDown
Method
TearDown
tests/unit_test/vfs_test.cpp:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void TearDown() override {
163
delete fd_table_;
164
BaseEnvTest::TearDown();
165
}
166
};
167
168
TEST_F(FdTableTest, AllocAndFree) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected