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

Method key

cpp/cppsdk/jsoncpp.cpp:2358–2366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2356}
2357
2358Value ValueIteratorBase::key() const {
2359 const Value::CZString czstring = (*current_).first;
2360 if (czstring.data()) {
2361 if (czstring.isStaticString())
2362 return Value(StaticString(czstring.data()));
2363 return Value(czstring.data(), czstring.data() + czstring.length());
2364 }
2365 return Value(czstring.index());
2366}
2367
2368UInt ValueIteratorBase::index() const {
2369 const Value::CZString czstring = (*current_).first;

Callers 8

JsonFileConfigurationMethod · 0.80
GenerateReportMethod · 0.80
FromJsonUtilTFunction · 0.80
FromJsonUtilEFunction · 0.80
FromJsonUtilSFunction · 0.80
FromJsonUtilOFunction · 0.80
FromJsonUtilPFunction · 0.80

Calls 6

dataMethod · 0.80
isStaticStringMethod · 0.80
lengthMethod · 0.80
indexMethod · 0.80
ValueClass · 0.50
StaticStringClass · 0.50

Tested by

no test coverage detected