Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
array
Method · 0.80
array
Class · 0.80
holder
Method · 0.80
destroy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected