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

Method set_current_schema

graphlite/src/session/models.rs:267–270  ·  view source on GitHub ↗

Set the current schema for this session

(&mut self, schema: Option<String>)

Source from the content-addressed store, hash-verified

265
266 /// Set the current schema for this session
267 pub fn set_current_schema(&mut self, schema: Option<String>) {
268 self.current_schema = schema;
269 self.update_activity();
270 }
271
272 /// Get the current schema for this session
273 pub fn get_current_schema(&self) -> Option<&String> {

Callers

nothing calls this directly

Calls 1

update_activityMethod · 0.80

Tested by

no test coverage detected