Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
void ScriptTest::FinalizeLogs()
86
{
87
if (s_LogListenerContext != 0)
88
{
89
dmLog::LogFinalize();
90
s_LogListenerContext = 0;
91
}
92
}
93
94
void ScriptTest::TearDown()
95
{
Callers
nothing calls this directly
Calls
1
LogFinalize
Function · 0.85
Tested by
no test coverage detected