MCPcopy Create free account
hub / github.com/activeloopai/deeplake / get_raw

Method get_raw

cpp/nd/array.hpp:906–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904 }
905
906 void_ptr get_raw() const noexcept
907 {
908 return std::launder(const_cast<data*>(this)->raw);
909 }
910
911 holder_ptr* get_allocated() const noexcept
912 {

Callers 4

arrayMethod · 0.80
arrayClass · 0.80
holderMethod · 0.80
destroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected