MCPcopy Create free account
hub / github.com/defold/defold / TearDown

Method TearDown

engine/dlib/src/test/test_buffer.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void TearDown() override {
115 dmBuffer::Destroy(buffer);
116 dmBuffer::DeleteContext();
117 }
118};
119
120TEST(BufferTest, CalcStructSize)

Callers

nothing calls this directly

Calls 2

DestroyFunction · 0.50
DeleteContextFunction · 0.50

Tested by

no test coverage detected