MCPcopy
hub / github.com/SciPhi-AI/R2R / get_current_project_schema

Function get_current_project_schema

py/core/utils/context.py:8–10  ·  view source on GitHub ↗

Get the current project schema name from context.

()

Source from the content-addressed store, hash-verified

6
7
8def get_current_project_schema() -> str | None:
9 """Get the current project schema name from context."""
10 return project_schema_context.get()
11
12
13def set_project_schema(schema_name: str) -> Token:

Callers 1

_get_table_nameMethod · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected