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

Method SetUp

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

Source from the content-addressed store, hash-verified

27class BufferTest : public jc_test_base_class
28{
29 void SetUp() override {
30 dmBuffer::NewContext();
31 }
32
33 void TearDown() override {
34 dmBuffer::DeleteContext();

Callers

nothing calls this directly

Calls 1

NewContextFunction · 0.50

Tested by

no test coverage detected