Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ isUnsigned
Function
isUnsigned
internal/engine/dolphin/utils.go:92–94 ·
view source on GitHub ↗
(n *pcast.ColumnDef)
Source
from the content-addressed store, hash-verified
90
}
91
92
func
isUnsigned(n *pcast.ColumnDef) bool {
93
return
mysql.HasUnsignedFlag(n.Tp.GetFlag())
94
}
Callers
1
convertColumnDef
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected