MCPcopy Create free account
hub / github.com/assimp/assimp / isOpen

Method isOpen

code/Common/Compression.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199bool Compression::isOpen() const {
200 ai_assert(mImpl != nullptr);
201
202 return mImpl->mOpen;
203}
204
205bool Compression::close() {
206 ai_assert(mImpl != nullptr);

Callers 4

InternReadFileMethod · 0.45
CanReadMethod · 0.45
ColladaParserMethod · 0.45
D3MFOpcPackageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected