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

Method resize

core/platform/FileStream.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389bool FileStream::resize(int64_t size) const
390{
391 assert(_iof);
392 return _iof->resize(_handle, size) == 0;
393}
394
395bool FileStream::isOpen() const
396{

Callers 2

onWebTouchCallbackMethod · 0.45
getContentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected