Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ x86UNIXRead
Function
x86UNIXRead
Engine/source/platformPOSIX/POSIXIO.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes)
46
{
47
return read(fd, buf, nbytes);
48
}
49
50
ssize_t x86UNIXWrite(int fd, const void *buf, size_t nbytes)
51
{
Callers
2
CopyFile
Function · 0.85
read
Method · 0.85
Calls
1
read
Function · 0.50
Tested by
no test coverage detected