MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / index

Method index

Source/JSON/jsoncpp.cpp:2088–2093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2086}
2087
2088UInt ValueIteratorBase::index() const {
2089 const Value::CZString czstring = (*current_).first;
2090 if (!czstring.data())
2091 return czstring.index();
2092 return Value::UInt(-1);
2093}
2094
2095std::string ValueIteratorBase::name() const {
2096 char const* keey;

Callers 5

keyMethod · 0.45
sizeMethod · 0.45
ParseDirectoryFunction · 0.45
ExtractLoadTipFunction · 0.45
translate_names.pyFile · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected