MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / get_token_string

Method get_token_string

Source/external/json.hpp:11975–11980  ·  view source on GitHub ↗

! @return a string representation of the last read byte */

Source from the content-addressed store, hash-verified

11973 @return a string representation of the last read byte
11974 */
11975 std::string get_token_string() const
11976 {
11977 std::array<char, 3> cr{{}};
11978 static_cast<void>((std::snprintf)(cr.data(), cr.size(), "%.2hhX", static_cast<unsigned char>(current))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg)
11979 return std::string{cr.data()};
11980 }
11981
11982 /*!
11983 @param[in] format the current format

Callers 5

parseMethod · 0.80
sax_parseMethod · 0.80
sax_parse_internalMethod · 0.80
exception_messageMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected