Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ModelEngine-Group/nexent
/ _sql_str
Function
_sql_str
deploy/sql/migrations/generate_backfill_sql.py:50–51 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
48
49
50
def
_sql_str(value: str) -> str:
51
return
value.replace(
"'"
,
"''"
)
52
53
54
def
_split_repo_name(full_id: str) -> tuple[str, str]:
Callers
2
_sql_repo_match
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected