MCPcopy
hub / github.com/pquerna/ffjson / max

Function max

fflib/v1/ftoa.go:455–460  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

453}
454
455func max(a, b int) int {
456 if a > b {
457 return a
458 }
459 return b
460}
461
462// formatBits computes the string representation of u in the given base.
463// If neg is set, u is treated as negative int64 value.

Callers 3

AppendFloatFunction · 0.70
bigFtoaFunction · 0.70
formatDigitsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected