MCPcopy
hub / github.com/julienschmidt/httprouter / min

Function min

tree.go:13–18  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

11)
12
13func min(a, b int) int {
14 if a <= b {
15 return a
16 }
17 return b
18}
19
20const maxParamCount uint8 = ^uint8(0)
21

Callers 2

addRouteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected