MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / parse_ubjson_internal

Method parse_ubjson_internal

examples/server/json.hpp:10904–10907  ·  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

10902 @return whether a valid UBJSON value was passed to the SAX parser
10903 */
10904 bool parse_ubjson_internal(const bool get_char = true)
10905 {
10906 return get_ubjson_value(get_char ? get_ignore_noop() : current);
10907 }
10908
10909 /*!
10910 @brief reads a UBJSON string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected