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

Function from_ubjson

include/jwt/json/json.hpp:24249–24254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24247 JSON_HEDLEY_WARN_UNUSED_RESULT
24248 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len))
24249 static basic_json from_ubjson(const T* ptr, std::size_t len,
24250 const bool strict = true,
24251 const bool allow_exceptions = true)
24252 {
24253 return from_ubjson(ptr, ptr + len, strict, allow_exceptions);
24254 }
24255
24256 JSON_HEDLEY_WARN_UNUSED_RESULT
24257 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len))

Callers

nothing calls this directly

Calls 3

sax_parseMethod · 0.80
basic_jsonFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected