MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / has_catalog

Method has_catalog

graphlite/src/catalog/manager.rs:159–161  ·  view source on GitHub ↗

Check if a catalog exists # Arguments `catalog_name` - Name of the catalog to check # Returns `true` if catalog exists, `false` otherwise

(&self, catalog_name: &str)

Source from the content-addressed store, hash-verified

157 /// # Returns
158 /// * `true` if catalog exists, `false` otherwise
159 pub fn has_catalog(&self, catalog_name: &str) -> bool {
160 self.registry.has_catalog(catalog_name)
161 }
162
163 /// Get information about all available catalogs
164 ///

Callers 3

execute_ddl_operationMethod · 0.45
execute_ddl_operationMethod · 0.45
load_catalogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected