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

Method view_exists

cpp/deeplake_pg/table_storage.hpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 inline bool view_exists(Oid view_oid) const noexcept
214 {
215 return views_.contains(view_oid);
216 }
217
218 void add_view(Oid view_oid, const std::string& view_name, const std::string& view_str);
219 void erase_view(const std::string& view_name);

Callers 1

analyze_planFunction · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected