Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ x86UNIXRead
Function
x86UNIXRead
engine/source/platformEmscripten/EmscriptenFileio.cpp:1208–1211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1206
}
1207
1208
ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes)
1209
{
1210
return read(fd, buf, nbytes);
1211
}
1212
1213
ssize_t x86UNIXWrite(int fd, const void *buf, size_t nbytes)
1214
{
Callers
2
CopyFile
Function · 0.70
read
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected