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

Method metadata

cpp/storage/reader.hpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 virtual async::promise<std::vector<std::string>> list_dirs(const std::string& prefix) const = 0;
92
93 virtual async::promise<std::optional<resource_meta>> metadata(const std::string& path) const
94 {
95 throw reader_error{path, 501, "not_implemented"};
96 }
97
98 /**
99 * @brief Downloads the resource, whole or slice of it, depending on the range.

Callers 2

chained_column_viewClass · 0.45
merged_columnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected