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

Function Final

engine/hid/src/hid_null.cpp:46–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void Final(HContext context)
47 {
48 if (g_DummyData)
49 {
50 char** dummy_data = g_DummyData->Get((uintptr_t)context);
51 delete *dummy_data;
52 g_DummyData->Erase((uintptr_t)context);
53 if (g_DummyData->Empty())
54 {
55 delete g_DummyData;
56 g_DummyData = 0;
57 }
58 }
59 }
60
61 bool Update(HContext context)
62 {

Callers 4

mainFunction · 0.50
DeleteFunction · 0.50
TearDownMethod · 0.50
TEST_FFunction · 0.50

Calls 3

GetMethod · 0.45
EraseMethod · 0.45
EmptyMethod · 0.45

Tested by 2

TearDownMethod · 0.40
TEST_FFunction · 0.40