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

Method key

cpp/icm/json_wrapper.hpp:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 std::string_view key() const noexcept
230 {
231 if (is_object()) {
232 return std::get<0>(iter_)->key();
233 }
234 return std::string_view{};
235 }
236
237 json_wrapper<is_const_iter> value() const noexcept
238 {

Callers 3

get_credentialsMethod · 0.80
jsonMethod · 0.80
key_value_pairMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected