MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / value

Function value

examples/server/json.hpp:13524–13527  ·  view source on GitHub ↗

! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */

Source from the content-addressed store, hash-verified

13522 @pre The iterator is initialized; i.e. `m_object != nullptr`.
13523 */
13524 reference value() const
13525 {
13526 return operator*();
13527 }
13528
13529 JSON_PRIVATE_UNLESS_TESTED:
13530 /// associated JSON instance

Callers 1

json.hppFile · 0.70

Calls 7

is_objectFunction · 0.85
createFunction · 0.85
convertMethod · 0.80
findFunction · 0.70
endFunction · 0.70
concatFunction · 0.70
type_nameFunction · 0.70

Tested by

no test coverage detected