MCPcopy 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
5200bool FileStorage::isOpened() const
5201{
5202 return !fs.empty() && fs.obj->is_opened;
5203}
5204
5205void FileStorage::release()
5206{

Callers 3

cvLoadFunction · 0.80
persistence.cppFile · 0.80
operations.hppFile · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected