Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
389
bool FileStream::resize(int64_t size) const
390
{
391
assert(_iof);
392
return _iof->resize(_handle, size) == 0;
393
}
394
395
bool FileStream::isOpen() const
396
{
Callers
2
onWebTouchCallback
Method · 0.45
getContents
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected