Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Close
Method
Close
Source/Engine/Platform/Unix/UnixFile.cpp:117–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void UnixFile::Close()
118
{
119
if (_handle != -1)
120
{
121
close(_handle);
122
_handle = -1;
123
}
124
}
125
126
uint32 UnixFile::GetSize() const
127
{
Callers
4
Tick
Method · 0.45
SDLPlatform.Linux.cpp
File · 0.45
HandleEvent
Method · 0.45
GetDragDropData
Function · 0.45
Calls
1
close
Function · 0.85
Tested by
no test coverage detected