Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pquerna/ffjson
/ min
Function
min
fflib/v1/ftoa.go:448–453 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
446
}
447
448
func
min(a, b int) int {
449
if
a < b {
450
return
a
451
}
452
return
b
453
}
454
455
func
max(a, b int) int {
456
if
a > b {
Callers
2
fmtE
Function · 0.85
fmtF
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected