MCPcopy Create free account
hub / github.com/Illumina/paragraph / name

Method name

external/jsoncpp/jsoncpp.cpp:2383–2389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2381}
2382
2383JSONCPP_STRING ValueIteratorBase::name() const {
2384 char const* keey;
2385 char const* end;
2386 keey = memberName(&end);
2387 if (!keey) return JSONCPP_STRING();
2388 return JSONCPP_STRING(keey, end);
2389}
2390
2391char const* ValueIteratorBase::memberName() const {
2392 const char* cname = (*current_).first.data();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected