Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/client_golang
/ minInt
Function
minInt
prometheus/internal/difflib.go:29–34 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
27
)
28
29
func
minInt(a, b int) int {
30
if
a < b {
31
return
a
32
}
33
return
b
34
}
35
36
func
maxInt(a, b int) int {
37
if
a > b {
Callers
2
GetGroupedOpCodes
Method · 0.85
RealQuickRatio
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected