Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajitpratap0/GoSQLX
/ min
Function
min
pkg/sql/parser/integration_test.go:299–304 ·
view source on GitHub ↗
min returns the minimum of two integers
(a, b int)
Source
from the content-addressed store, hash-verified
297
298
// min returns the minimum of two integers
299
func
min(a, b int) int {
300
if
a < b {
301
return
a
302
}
303
return
b
304
}
Callers
1
testDialectQueries
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected