MCPcopy Create free account
hub / github.com/creatale/node-dv / name

Method name

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

Source from the content-addressed store, hash-verified

5330}
5331
5332string FileNode::name() const
5333{
5334 const char* str;
5335 return !node || (str = cvGetFileNodeName(node)) == 0 ? string() : string(str);
5336}
5337
5338void* FileNode::readObj() const
5339{

Callers

nothing calls this directly

Calls 2

cvGetFileNodeNameFunction · 0.85
stringFunction · 0.85

Tested by

no test coverage detected