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

Function from_cbor

dependencies/json/json.hpp:24075–24081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24073 JSON_HEDLEY_WARN_UNUSED_RESULT
24074 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_cbor(ptr, ptr + len))
24075 static basic_json from_cbor(const T* ptr, std::size_t len,
24076 const bool strict = true,
24077 const bool allow_exceptions = true,
24078 const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error)
24079 {
24080 return from_cbor(ptr, ptr + len, strict, allow_exceptions, tag_handler);
24081 }
24082
24083
24084 JSON_HEDLEY_WARN_UNUSED_RESULT

Callers

nothing calls this directly

Calls 3

basic_jsonFunction · 0.70
getMethod · 0.45
sax_parseMethod · 0.45

Tested by

no test coverage detected