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

Method list_indexes

graphlite/src/storage/persistent/sled.rs:168–171  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

166 }
167
168 fn list_indexes(&self) -> StorageResult<Vec<String>> {
169 // Return all trees for now - could filter by naming convention later
170 self.list_trees()
171 }
172
173 fn drop_index(&self, name: &str) -> StorageResult<()> {
174 self.db

Callers

nothing calls this directly

Calls 1

list_treesMethod · 0.45

Tested by

no test coverage detected