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

Method get_current_schema

graphlite/src/exec/context.rs:180–184  ·  view source on GitHub ↗

Get current schema from session

(&self)

Source from the content-addressed store, hash-verified

178
179 /// Get current schema from session
180 pub fn get_current_schema(&self) -> Option<String> {
181 let session_arc = self.get_session()?;
182 let user_session = session_arc.read().ok()?;
183 user_session.current_schema.clone()
184 }
185
186 /// Set schema type information
187 #[allow(dead_code)] // ROADMAP v0.4.0 - Schema-aware type tracking for validation

Callers 2

execute_ddl_operationMethod · 0.45
execute_ddl_operationMethod · 0.45

Calls 2

cloneMethod · 0.80
get_sessionMethod · 0.45

Tested by

no test coverage detected