MCPcopy
hub / github.com/ModelEngine-Group/nexent / _sql_int

Function _sql_int

deploy/sql/migrations/generate_backfill_sql.py:46–47  ·  view source on GitHub ↗
(value: int)

Source from the content-addressed store, hash-verified

44
45
46def _sql_int(value: int) -> str:
47 return str(value)
48
49
50def _sql_str(value: str) -> str:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected