MCPcopy 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
338osfhnd_t FileStream::nativeHandle() const
339{
340 return _iof == &axrt_lowio_iof ? _handle.osfh : (osfhnd_t)-1;
341}
342
343int FileStream::internalClose()
344{

Callers 2

lazyInitMethod · 0.80
flushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected