Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EndstoneMC/endstone
/ TearDown
Method
TearDown
tests/test_cpp_plugin_loader.cpp:39–42 ·
view source on GitHub ↗
Tear Down
Source
from the content-addressed store, hash-verified
37
38
// Tear Down
39
void TearDown() override
40
{
41
loader_.reset();
42
}
43
44
testing::NiceMock<MockServer> server_;
45
std::unique_ptr<endstone::core::CppPluginLoader> loader_;
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected