MCPcopy Create free account
hub / github.com/plexdrive/plexdrive / max

Function max

main.go:251–256  ·  view source on GitHub ↗
(x, y int)

Source from the content-addressed store, hash-verified

249}
250
251func max(x, y int) int {
252 if x > y {
253 return x
254 }
255 return y
256}
257
258func parseSizeArg(input string) (int64, error) {
259 if "" == input {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected