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

Function from_cbor

Source/external/json.hpp:23538–23544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23536 JSON_HEDLEY_WARN_UNUSED_RESULT
23537 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_cbor(ptr, ptr + len))
23538 static basic_json from_cbor(const T* ptr, std::size_t len,
23539 const bool strict = true,
23540 const bool allow_exceptions = true,
23541 const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error)
23542 {
23543 return from_cbor(ptr, ptr + len, strict, allow_exceptions, tag_handler);
23544 }
23545
23546
23547 JSON_HEDLEY_WARN_UNUSED_RESULT

Callers

nothing calls this directly

Calls 3

basic_jsonFunction · 0.85
getMethod · 0.80
sax_parseMethod · 0.80

Tested by

no test coverage detected