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:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void TearDown() override {
54
dmBuffer::Destroy(buffer);
55
dmBuffer::DeleteContext();
56
}
57
};
58
59
class GetDataTest : public jc_test_base_class
Callers
nothing calls this directly
Calls
2
Destroy
Function · 0.50
DeleteContext
Function · 0.50
Tested by
no test coverage detected