MCPcopy
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
50def _sql_str(value: str) -> str:
51 return value.replace("'", "''")
52
53
54def _split_repo_name(full_id: str) -> tuple[str, str]:

Callers 2

_sql_repo_matchFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected