Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ isOpened
Method
isOpened
deps/opencv/modules/core/src/persistence.cpp:5200–5203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5198
}
5199
5200
bool FileStorage::isOpened() const
5201
{
5202
return !fs.empty() && fs.obj->is_opened;
5203
}
5204
5205
void FileStorage::release()
5206
{
Callers
3
cvLoad
Function · 0.80
persistence.cpp
File · 0.80
operations.hpp
File · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected