Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
jsonnet
2
3
func
minInt(a, b int) int {
4
if
a < b {
5
return
a
6
}
7
return
b
8
}
9
10
func
runeCmp(a, b rune) int {
11
if
a < b {
Callers
1
arrayCmp
Function · 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…