Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ stat
Class
stat
src/engine/shared/fifo.cpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
if(mkfifo(m_aFilename, 0600) == 0)
28
{
29
struct stat Attribute;
30
if(stat(m_aFilename, &Attribute) == 0)
31
{
32
IsFifo = S_ISFIFO(Attribute.st_mode);
Callers
1
Init
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected