Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ operator->
Method
operator->
cpp/icm/json_wrapper.hpp:213–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
inline auto* operator->() noexcept
214
{
215
if (is_array()) {
216
return &*std::get<1>(iter_);
217
}
218
return &std::get<0>(iter_)->value();
219
}
220
221
inline auto* operator->() const noexcept
222
{
Callers
nothing calls this directly
Calls
1
value
Method · 0.45
Tested by
no test coverage detected