MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / ~ODClientTest

Method ~ODClientTest

source/tests/mocks/ODClientTest.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49ODClientTest::~ODClientTest()
50{
51 for(SeatData* seat : mSeats)
52 delete seat;
53
54 mSeats.clear();
55}
56
57bool ODClientTest::connect(const std::string& host, const int port, uint32_t timeout, const std::string& outputReplayFilename)
58{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected