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

Method clear_catalog_cache

graphlite/src/session/models.rs:437–440  ·  view source on GitHub ↗

Clear catalog cache (called on schema/graph changes)

(&mut self)

Source from the content-addressed store, hash-verified

435
436 /// Clear catalog cache (called on schema/graph changes)
437 pub fn clear_catalog_cache(&mut self) {
438 self.catalog_cache.clear();
439 self.update_activity();
440 }
441
442 // === Authorization ===
443

Callers

nothing calls this directly

Calls 2

update_activityMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected