MCPcopy
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
448func min(a, b int) int {
449 if a < b {
450 return a
451 }
452 return b
453}
454
455func max(a, b int) int {
456 if a > b {

Callers 2

fmtEFunction · 0.85
fmtFFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected