Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
bool Compression::isOpen() const {
200
ai_assert(mImpl != nullptr);
201
202
return mImpl->mOpen;
203
}
204
205
bool Compression::close() {
206
ai_assert(mImpl != nullptr);
Callers
4
InternReadFile
Method · 0.45
CanRead
Method · 0.45
ColladaParser
Method · 0.45
D3MFOpcPackage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected