MCPcopy Create free account
hub / github.com/PlayFab/gsdk / memberName

Method memberName

cpp/cppsdk/jsoncpp.cpp:2383–2386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2381}
2382
2383char const* ValueIteratorBase::memberName() const {
2384 const char* cname = (*current_).first.data();
2385 return cname ? cname : "";
2386}
2387
2388char const* ValueIteratorBase::memberName(char const** end) const {
2389 const char* cname = (*current_).first.data();

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
lengthMethod · 0.80

Tested by

no test coverage detected