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

Method invalidate_graph_lists

graphlite/src/session/models.rs:131–134  ·  view source on GitHub ↗

Invalidate graph list cache (all schemas)

(&mut self)

Source from the content-addressed store, hash-verified

129
130 /// Invalidate graph list cache (all schemas)
131 pub fn invalidate_graph_lists(&mut self) {
132 self.graphs_by_schema.clear();
133 self.graphs_version = 0;
134 }
135
136 /// Invalidate graph list cache for a specific schema
137 pub fn invalidate_graph_list_for_schema(&mut self, schema_name: &str) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected