MCPcopy Create free account
hub / github.com/Samsung/ONE / memberName

Method memberName

runtime/3rdparty/jsoncpp/jsoncpp.cpp:2558–2562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2556}
2557
2558char const *ValueIteratorBase::memberName() const
2559{
2560 const char *cname = (*current_).first.data();
2561 return cname ? cname : "";
2562}
2563
2564char const *ValueIteratorBase::memberName(char const **end) const
2565{

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected