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

Function from_ubjson

Source/external/json.hpp:23649–23654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23647 JSON_HEDLEY_WARN_UNUSED_RESULT
23648 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len))
23649 static basic_json from_ubjson(const T* ptr, std::size_t len,
23650 const bool strict = true,
23651 const bool allow_exceptions = true)
23652 {
23653 return from_ubjson(ptr, ptr + len, strict, allow_exceptions);
23654 }
23655
23656 JSON_HEDLEY_WARN_UNUSED_RESULT
23657 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len))

Callers

nothing calls this directly

Calls 3

basic_jsonFunction · 0.85
getMethod · 0.80
sax_parseMethod · 0.80

Tested by

no test coverage detected