Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
func
max(x, y int) int {
252
if
x > y {
253
return
x
254
}
255
return
y
256
}
257
258
func
parseSizeArg(input string) (int64, error) {
259
if
""
== input {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected