Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
serialize
Method · 0.80
keys
Method · 0.80
data
Method · 0.80
Calls
2
string_view_cast
Function · 0.85
span
Class · 0.85
Tested by
no test coverage detected