MCPcopy 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
50ssize_t x86UNIXWrite(int fd, const void *buf, size_t nbytes)
51{
52 return write(fd, buf, nbytes);
53}
54
55bool Torque::FS::VerifyWriteAccess(const Torque::Path &path)
56{

Callers 2

CopyFileFunction · 0.85
writeMethod · 0.85

Calls 1

writeFunction · 0.50

Tested by

no test coverage detected