MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / from_ubjson

Function from_ubjson

extern/json/json.hpp:23693–23698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23691 JSON_HEDLEY_WARN_UNUSED_RESULT
23692 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len))
23693 static basic_json from_ubjson(const T* ptr, std::size_t len,
23694 const bool strict = true,
23695 const bool allow_exceptions = true)
23696 {
23697 return from_ubjson(ptr, ptr + len, strict, allow_exceptions);
23698 }
23699
23700 JSON_HEDLEY_WARN_UNUSED_RESULT
23701 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len))

Callers

nothing calls this directly

Calls 4

moveFunction · 0.85
basic_jsonFunction · 0.85
sax_parseMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected