(res *async.LaunchEmptyResult)
| 299 | } |
| 300 | |
| 301 | func 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 | } |
no outgoing calls
no test coverage detected