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