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

Function teamMemberRemoveJSONFromDropbox

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

Source from the content-addressed store, hash-verified

274}
275
276func teamMemberRemoveJSONFromDropbox(res *async.LaunchEmptyResult) teamMemberMutationJSON {
277 result := teamMemberMutationJSON{Type: teamJSONTypeMemberRemove}
278 if res == nil {
279 return result
280 }
281 result.Tag = res.Tag
282 result.AsyncJobID = res.AsyncJobId
283 return result
284}
285
286func teamMemberAddStatus(res *team.MembersAddLaunch) string {
287 if res == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected