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

Function write

cpp/format/serializer.hpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74template <typename T>
75int64_t write(const T& o, buffer_t& bytes, int64_t offset)
76{
77 return serializer<T>::write(o, bytes, offset);
78}
79
80}

Callers 11

_tiffWriteProcFunction · 0.85
writeMethod · 0.85
writeMethod · 0.85
writeMethod · 0.85
writeMethod · 0.85
writeMethod · 0.85
writeMethod · 0.85
writeMethod · 0.85
write_tupleFunction · 0.85
write_containerFunction · 0.85
write_vector_likeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected