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

Function from_msgpack

dependencies/json/json.hpp:24217–24222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24215 JSON_HEDLEY_WARN_UNUSED_RESULT
24216 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len))
24217 static basic_json from_msgpack(const T* ptr, std::size_t len,
24218 const bool strict = true,
24219 const bool allow_exceptions = true)
24220 {
24221 return from_msgpack(ptr, ptr + len, strict, allow_exceptions);
24222 }
24223
24224 JSON_HEDLEY_WARN_UNUSED_RESULT
24225 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(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