MCPcopy
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
29func minInt(a, b int) int {
30 if a < b {
31 return a
32 }
33 return b
34}
35
36func maxInt(a, b int) int {
37 if a > b {

Callers 2

GetGroupedOpCodesMethod · 0.85
RealQuickRatioMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected