MCPcopy Create free account
hub / github.com/erans/pgsqlite / get_schema_cache

Method get_schema_cache

src/session/db_handler.rs:2626–2628  ·  view source on GitHub ↗

Compatibility methods for existing code

(&self)

Source from the content-addressed store, hash-verified

2624
2625 // Compatibility methods for existing code
2626 pub fn get_schema_cache(&self) -> &Arc<SchemaCache> {
2627 &self.schema_cache
2628 }
2629
2630 pub fn get_string_validator(&self) -> &Arc<StringConstraintValidator> {
2631 &self.string_validator

Callers 1

handle_parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected