Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/golang/groupcache
/ min
Function
min
byteview_test.go:142–147 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
140
}
141
142
func
min(a, b int) int {
143
if
a < b {
144
return
a
145
}
146
return
b
147
}
Callers
1
TestByteView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected