MCPcopy Create free account
hub / github.com/Huntereb/Awoo-Installer / get_token_string

Method get_token_string

include/util/json.hpp:12734–12739  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

12732 @return a string representation of the last read byte
12733 */
12734 std::string get_token_string() const
12735 {
12736 std::array<char, 3> cr{{}};
12737 static_cast<void>((std::snprintf)(cr.data(), cr.size(), "%.2hhX", static_cast<unsigned char>(current))); // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg)
12738 return std::string{cr.data()};
12739 }
12740
12741 /*!
12742 @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 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected