MCPcopy 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
371int FileStream::write(const void* buf, unsigned int size) const
372{
373 assert(_iof);
374 return _iof->write(_handle, buf, size);
375}
376
377int64_t FileStream::size() const
378{

Callers 14

handleNetworkEventMethod · 0.45
writeDataProcMethod · 0.45
onLoadMethod · 0.45
writeFileMethod · 0.45
sendFrameMethod · 0.45
closeMethod · 0.45
handleNetworkEventMethod · 0.45
commandUploadMethod · 0.45
outputLogFunction · 0.45
writeBinaryToFileMethod · 0.45
pngWriteCallbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected