Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
TEST(BufferTest, CalcStructSize)
Callers
nothing calls this directly
Calls
2
Destroy
Function · 0.50
DeleteContext
Function · 0.50
Tested by
no test coverage detected