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

Method clear_current_graph

graphlite/src/session/models.rs:261–264  ·  view source on GitHub ↗

Clear the current graph

(&mut self)

Source from the content-addressed store, hash-verified

259
260 /// Clear the current graph
261 pub fn clear_current_graph(&mut self) {
262 self.current_graph = None;
263 self.update_activity();
264 }
265
266 /// Set the current schema for this session
267 pub fn set_current_schema(&mut self, schema: Option<String>) {

Callers

nothing calls this directly

Calls 1

update_activityMethod · 0.80

Tested by

no test coverage detected