Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
def
_sql_int(value: int) -> str:
47
return
str(value)
48
49
50
def
_sql_str(value: str) -> str:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected