MCPcopy Create free account
hub / github.com/creatale/node-dv / operator[]

Method operator[]

deps/opencv/modules/core/src/persistence.cpp:5306–5309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5304
5305
5306FileNode FileStorage::operator[](const string& nodename) const
5307{
5308 return FileNode(fs, cvGetFileNodeByName(fs, 0, nodename.c_str()));
5309}
5310
5311FileNode FileStorage::operator[](const char* nodename) const
5312{

Callers

nothing calls this directly

Calls 3

cvGetFileNodeByNameFunction · 0.85
cvGetSeqElemFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected