MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / from_ubjson

Function from_ubjson

dependencies/json/json.hpp:24332–24337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24330 JSON_HEDLEY_WARN_UNUSED_RESULT
24331 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len))
24332 static basic_json from_ubjson(const T* ptr, std::size_t len,
24333 const bool strict = true,
24334 const bool allow_exceptions = true)
24335 {
24336 return from_ubjson(ptr, ptr + len, strict, allow_exceptions);
24337 }
24338
24339 JSON_HEDLEY_WARN_UNUSED_RESULT
24340 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len))

Callers

nothing calls this directly

Calls 3

basic_jsonFunction · 0.70
getMethod · 0.45
sax_parseMethod · 0.45

Tested by

no test coverage detected