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

Method isOpen

core/platform/FileStream.cpp:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395bool FileStream::isOpen() const
396{
397 return !!_iof;
398}
399
400}

Callers 5

closeFileMappingMethod · 0.80
computeFileDigestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected