Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ write
Method
write
core/platform/FileStream.cpp:371–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
int FileStream::write(const void* buf, unsigned int size) const
372
{
373
assert(_iof);
374
return _iof->write(_handle, buf, size);
375
}
376
377
int64_t FileStream::size() const
378
{
Callers
14
handleNetworkEvent
Method · 0.45
writeDataProc
Method · 0.45
onLoad
Method · 0.45
writeFile
Method · 0.45
sendFrame
Method · 0.45
close
Method · 0.45
handleNetworkEvent
Method · 0.45
commandUpload
Method · 0.45
ZipFile_write_file_func
Method · 0.45
outputLog
Function · 0.45
writeBinaryToFile
Method · 0.45
pngWriteCallback
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected