MCPcopy
hub / github.com/google/go-jsonnet / minInt

Function minInt

util.go:3–8  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

1package jsonnet
2
3func minInt(a, b int) int {
4 if a < b {
5 return a
6 }
7 return b
8}
9
10func runeCmp(a, b rune) int {
11 if a < b {

Callers 1

arrayCmpFunction · 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…