MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / min

Function min

agent/utils/files/fileinfo.go:554–559  ·  view source on GitHub ↗
(x, y int)

Source from the content-addressed store, hash-verified

552}
553
554func min(x, y int) int {
555 if x < y {
556 return x
557 }
558 return y
559}
560
561type CompressType string
562

Callers 3

ComparePanelVersionFunction · 0.85
DetectBinaryFunction · 0.85
ComparePanelVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected