MCPcopy Create free account
hub / github.com/Illumina/hap.py / memberName

Method memberName

external/jsoncpp/jsoncpp.cpp:1382–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380
1381
1382const char *
1383ValueIteratorBase::memberName() const
1384{
1385#ifndef JSON_VALUE_USE_INTERNAL_MAP
1386 const char *name = (*current_).first.c_str();
1387 return name ? name : "";
1388#else
1389 if ( !isArray_ )
1390 return ValueInternalMap::key( iterator_.map_ );
1391 return "";
1392#endif
1393}
1394
1395
1396// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected