Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ x86UNIXWrite
Function
x86UNIXWrite
Engine/source/platformPOSIX/POSIXIO.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
ssize_t x86UNIXWrite(int fd, const void *buf, size_t nbytes)
51
{
52
return write(fd, buf, nbytes);
53
}
54
55
bool Torque::FS::VerifyWriteAccess(const Torque::Path &path)
56
{
Callers
2
CopyFile
Function · 0.85
write
Method · 0.85
Calls
1
write
Function · 0.50
Tested by
no test coverage detected