Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Shutdown
Method
Shutdown
src/engine/shared/fifo.cpp:82–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void CFifo::Shutdown()
83
{
84
if(m_File < 0)
85
return;
86
87
close(m_File);
88
fs_remove(m_aFilename);
89
}
90
91
void CFifo::Update()
92
{
Callers
3
ShutdownJobs
Method · 0.45
TearDown
Method · 0.45
~CTestGameWorld
Method · 0.45
Calls
1
fs_remove
Function · 0.85
Tested by
2
TearDown
Method · 0.36
~CTestGameWorld
Method · 0.36