MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / key

Method key

src/share/jsoncpp/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 15

updateLocalTemplatesMethod · 0.45
createWebEngineProfileFunction · 0.45
eventFilterMethod · 0.45
constructUploadDataMethod · 0.45
boardcastMethod · 0.45
fetchBizUsersNextMethod · 0.45
onGetBizUsersMethod · 0.45
loadBizUsersFromJsonMethod · 0.45
keyPressEventMethod · 0.45
sendEditingMessageMethod · 0.45
sendDoneMessageMethod · 0.45

Calls 6

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

Tested by

no test coverage detected