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

Method string_view

cpp/base/read_buffer.hpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 std::string_view string_view() const noexcept
78 {
79 return base::string_view_cast(base::span_cast<const char>(span()));
80 }
81
82 read_buffer chunk(int64_t start, int64_t end) const noexcept
83 {

Callers 3

serializeMethod · 0.80
keysMethod · 0.80
dataMethod · 0.80

Calls 2

string_view_castFunction · 0.85
spanClass · 0.85

Tested by

no test coverage detected