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

Function teamMemberRemoveStatus

cmd/team_json.go:301–309  ·  view source on GitHub ↗
(res *async.LaunchEmptyResult)

Source from the content-addressed store, hash-verified

299}
300
301func teamMemberRemoveStatus(res *async.LaunchEmptyResult) string {
302 if res == nil {
303 return teamJSONStatusCompleted
304 }
305 if res.Tag == "complete" {
306 return teamJSONStatusRemoved
307 }
308 return teamJSONStatusStarted
309}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected