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

Method FinalizeLogs

engine/script/src/test/test_script.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void ScriptTest::FinalizeLogs()
86{
87 if (s_LogListenerContext != 0)
88 {
89 dmLog::LogFinalize();
90 s_LogListenerContext = 0;
91 }
92}
93
94void ScriptTest::TearDown()
95{

Callers

nothing calls this directly

Calls 1

LogFinalizeFunction · 0.85

Tested by

no test coverage detected