Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caesarHQ/textSQL
/ use_cached_sql
Function
use_cached_sql
api/app/api/utils/sql_gen/text_to_sql.py:119–120 ·
view source on GitHub ↗
(sql)
Source
from the content-addressed store, hash-verified
117
118
119
def
use_cached_sql(sql):
120
return
execute_sql(sql)
Callers
nothing calls this directly
Calls
1
execute_sql
Function · 0.70
Tested by
no test coverage detected