MCPcopy Index your code
hub / github.com/dbcli/mycli / normalize_db_name

Function normalize_db_name

mycli/packages/sql_utils.py:409–410  ·  view source on GitHub ↗
(db: str)

Source from the content-addressed store, hash-verified

407 return False
408
409 def normalize_db_name(db: str) -> str:
410 return db.lower().strip('`"')
411
412 dbname = normalize_db_name(dbname)
413

Callers 1

is_dropping_databaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected