MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / value

Method value

Source/Utils/json.hpp:11392–11395  ·  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

11390 @pre The iterator is initialized; i.e. `m_object != nullptr`.
11391 */
11392 reference value() const
11393 {
11394 return operator*();
11395 }
11396
11397 private:
11398 /// associated JSON instance

Callers 12

arguments_stringMethod · 0.45
parse_defaultMethod · 0.45
checked_parse_argMethod · 0.45
consume_positionalMethod · 0.45
parseMethod · 0.45
valueMethod · 0.45
getFunction · 0.45
to_jsonFunction · 0.45
hashFunction · 0.45
updateFunction · 0.45
basic_json diffFunction · 0.45
merge_patchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected