MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / key

Method key

examples/server/json.hpp:13657–13661  ·  view source on GitHub ↗

return the key of an object iterator

Source from the content-addressed store, hash-verified

13655
13656 /// return the key of an object iterator
13657 auto key() const -> decltype(std::declval<Base>().key())
13658 {
13659 auto it = --this->base();
13660 return it.key();
13661 }
13662
13663 /// return the value of an iterator
13664 reference value() const

Callers

nothing calls this directly

Calls 1

keyMethod · 0.45

Tested by

no test coverage detected