MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / parse_error

Method parse_error

external_libraries/json/json.hpp:4672–4673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4670
4671 private:
4672 parse_error(int id_, std::size_t byte_, const char* what_arg)
4673 : exception(id_, what_arg), byte(byte_) {}
4674
4675 static std::string position_string(const position_t& pos)
4676 {

Callers 15

json.hppFile · 0.45
binary_readerClass · 0.45
get_bson_stringMethod · 0.45
get_bson_binaryMethod · 0.45
parse_cbor_internalMethod · 0.45
get_cbor_stringMethod · 0.45
get_cbor_binaryMethod · 0.45
get_msgpack_stringMethod · 0.45
get_ubjson_stringMethod · 0.45
get_ubjson_size_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected