MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / from_cbor

Function from_cbor

include/behaviortree_cpp/contrib/json.hpp:23695–23701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23693 JSON_HEDLEY_WARN_UNUSED_RESULT
23694 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_cbor(ptr, ptr + len))
23695 static basic_json from_cbor(const T* ptr, std::size_t len,
23696 const bool strict = true,
23697 const bool allow_exceptions = true,
23698 const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error)
23699 {
23700 return from_cbor(ptr, ptr + len, strict, allow_exceptions, tag_handler);
23701 }
23702
23703 JSON_HEDLEY_WARN_UNUSED_RESULT
23704 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_cbor(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