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

Function read

cpp/format/serializer.hpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68template <typename T>
69inline read_result<T> read(const base::memory_buffer& bytes, int64_t offset)
70{
71 return serializer<T>::read(bytes, offset);
72}
73
74template <typename T>
75int64_t write(const T& o, buffer_t& bytes, int64_t offset)

Callers 3

_tiffReadProcFunction · 0.85
readMethod · 0.85
readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected