Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GlobalFinish
Method
GlobalFinish
src/base/log.cpp:266–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
aio_free(m_pAio);
265
}
266
void GlobalFinish() override
267
{
268
if(m_Close)
269
{
270
aio_close(m_pAio);
271
}
272
aio_wait(m_pAio);
273
}
274
};
275
276
std::unique_ptr<ILogger> log_logger_file(IOHANDLE logfile)
Callers
nothing calls this directly
Calls
2
aio_close
Function · 0.85
aio_wait
Function · 0.85
Tested by
no test coverage detected