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

Function from_ubjson

include/behaviortree_cpp/contrib/json.hpp:23805–23810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23803 JSON_HEDLEY_WARN_UNUSED_RESULT
23804 JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_ubjson(ptr, ptr + len))
23805 static basic_json from_ubjson(const T* ptr, std::size_t len,
23806 const bool strict = true,
23807 const bool allow_exceptions = true)
23808 {
23809 return from_ubjson(ptr, ptr + len, strict, allow_exceptions);
23810 }
23811
23812 JSON_HEDLEY_WARN_UNUSED_RESULT
23813 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