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

Method SetUp

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

Source from the content-addressed store, hash-verified

107
108protected:
109 void SetUp() override {
110 dmBuffer::NewContext();
111 buffer = 0x0;
112 }
113
114 void TearDown() override {
115 dmBuffer::Destroy(buffer);

Callers

nothing calls this directly

Calls 1

NewContextFunction · 0.50

Tested by

no test coverage detected