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

Function teamMemberRemoveOperationOutput

cmd/team_json.go:146–150  ·  view source on GitHub ↗
(input teamMemberRemoveInput, res *async.LaunchEmptyResult)

Source from the content-addressed store, hash-verified

144}
145
146func teamMemberRemoveOperationOutput(input teamMemberRemoveInput, res *async.LaunchEmptyResult) jsonOperationOutput {
147 return newJSONOperationOutput(input, []jsonOperationResult{
148 newJSONOperationResult(teamMemberRemoveStatus(res), teamJSONKindTeamMember, input, teamMemberRemoveJSONFromDropbox(res)),
149 }, nil)
150}
151
152func teamInfoJSONFromDropbox(info *team.TeamGetInfoResult) teamInfoJSON {
153 if info == nil {

Callers 1

removeMemberFunction · 0.85

Calls 4

newJSONOperationOutputFunction · 0.85
newJSONOperationResultFunction · 0.85
teamMemberRemoveStatusFunction · 0.85

Tested by

no test coverage detected