Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
func
min(a, b int) int {
14
if
a <= b {
15
return
a
16
}
17
return
b
18
}
19
20
const
maxParamCount uint8 = ^uint8(0)
21
Callers
2
addRoute
Method · 0.85
findCaseInsensitivePathRec
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected