MCPcopy
hub / github.com/fogleman/primitive / minInt

Function minInt

primitive/util.go:150–155  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

148}
149
150func minInt(a, b int) int {
151 if a < b {
152 return a
153 }
154 return b
155}
156
157func maxInt(a, b int) int {
158 if a > b {

Callers 1

RasterizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…