MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / index

Method index

vrclient_x64/jsoncpp.cpp:2337–2342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2335}
2336
2337UInt ValueIteratorBase::index() const {
2338 const Value::CZString czstring = (*current_).first;
2339 if (!czstring.data())
2340 return czstring.index();
2341 return Value::UInt(-1);
2342}
2343
2344std::string ValueIteratorBase::name() const {
2345 char const* keey;

Callers 3

keyMethod · 0.80
sizeMethod · 0.80
get_opentype_script_tagFunction · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected