MCPcopy Create free account
hub / github.com/dropbox/dbxcli / validListTimeField

Function validListTimeField

cmd/list_options.go:66–73  ·  view source on GitHub ↗
(timeField string)

Source from the content-addressed store, hash-verified

64}
65
66func validListTimeField(timeField string) bool {
67 switch timeField {
68 case "", "server", "client":
69 return true
70 default:
71 return false
72 }
73}
74
75func validListTimeFormat(timeFormat string) bool {
76 switch timeFormat {

Callers 1

validateListOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected