MCPcopy 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
82void CFifo::Shutdown()
83{
84 if(m_File < 0)
85 return;
86
87 close(m_File);
88 fs_remove(m_aFilename);
89}
90
91void CFifo::Update()
92{

Callers 3

ShutdownJobsMethod · 0.45
TearDownMethod · 0.45
~CTestGameWorldMethod · 0.45

Calls 1

fs_removeFunction · 0.85

Tested by 2

TearDownMethod · 0.36
~CTestGameWorldMethod · 0.36