MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / parse_ubjson_internal

Method parse_ubjson_internal

include/jwt/json/json.hpp:9399–9402  ·  view source on GitHub ↗

! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last read character should be considered instead @return whether a valid UBJSON value was passed to the SAX parser */

Source from the content-addressed store, hash-verified

9397 @return whether a valid UBJSON value was passed to the SAX parser
9398 */
9399 bool parse_ubjson_internal(const bool get_char = true)
9400 {
9401 return get_ubjson_value(get_char ? get_ignore_noop() : current);
9402 }
9403
9404 /*!
9405 @brief reads a UBJSON string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected