MCPcopy 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
92func isUnsigned(n *pcast.ColumnDef) bool {
93 return mysql.HasUnsignedFlag(n.Tp.GetFlag())
94}

Callers 1

convertColumnDefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected