Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/dbxcli
/ validListTimeFormat
Function
validListTimeFormat
cmd/list_options.go:75–82 ·
view source on GitHub ↗
(timeFormat string)
Source
from the content-addressed store, hash-verified
73
}
74
75
func
validListTimeFormat(timeFormat string) bool {
76
switch
timeFormat {
77
case
""
,
"short"
,
"rfc3339"
:
78
return
true
79
default:
80
return
false
81
}
82
}
Callers
1
validateListOptions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected