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

Function container_data

cpp/nd/impl/serialize.hpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105inline const uint8_t* container_data(const uint8_t* ptr)
106{
107 return ptr + sizeof(dtype) + sizeof(std::size_t);
108}
109
110inline const uint8_t* skip_container(const uint8_t* ptr)
111{

Callers 3

raw_data_holderMethod · 0.85
dataMethod · 0.85
dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected