Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ nativeHandle
Method
nativeHandle
core/platform/FileStream.cpp:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
osfhnd_t FileStream::nativeHandle() const
339
{
340
return _iof == &axrt_lowio_iof ? _handle.osfh : (osfhnd_t)-1;
341
}
342
343
int FileStream::internalClose()
344
{
Callers
2
lazyInit
Method · 0.80
flush
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected