MCPcopy Create free account
hub / github.com/SamNet-dev/snix / min

Function min

cmd/snix/scan.go:344–349  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

342}
343
344func min(a, b int) int {
345 if a < b {
346 return a
347 }
348 return b
349}

Callers 1

newScanAllCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected