MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / key

Method key

common/json/jsoncpp.cpp:2345–2353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2343}
2344
2345Value ValueIteratorBase::key() const {
2346 const Value::CZString czstring = (*current_).first;
2347 if (czstring.data()) {
2348 if (czstring.isStaticString())
2349 return Value(StaticString(czstring.data()));
2350 return Value(czstring.data(), czstring.data() + czstring.length());
2351 }
2352 return Value(czstring.index());
2353}
2354
2355UInt ValueIteratorBase::index() const {
2356 const Value::CZString czstring = (*current_).first;

Callers 3

LoadCharacterCorpseMethod · 0.45
lua_handinFunction · 0.45
LuaCheckHandinMethod · 0.45

Calls 6

isStaticStringMethod · 0.80
indexMethod · 0.80
ValueClass · 0.70
StaticStringClass · 0.70
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected