MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / key

Method key

json/jsoncpp.cpp:2360–2368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

keyPressEventMethod · 0.45
keyPressEventMethod · 0.45
keyPressEventMethod · 0.45
keyPressEventMethod · 0.45

Calls 6

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

Tested by

no test coverage detected