Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortesi/devd
/ min
Function
min
inject/inject.go:77–82 ·
view source on GitHub ↗
(a int, b int)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
min(a int, b int) int {
78
if
a > b {
79
return
b
80
}
81
return
a
82
}
83
84
// Sniff reads the first SniffLen bytes of the source, and checks for the
85
// marker. Returns an Injector instance.
Callers
1
Sniff
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected