MCPcopy Create free account
hub / github.com/axmolengine/axmol / read

Method read

core/platform/FileStream.cpp:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365int FileStream::read(void* buf, unsigned int size) const
366{
367 assert(_iof);
368 return _iof->read(_handle, buf, size);
369}
370
371int FileStream::write(const void* buf, unsigned int size) const
372{

Callers 3

getContentsMethod · 0.45
readJsonFileMethod · 0.45
ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected