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

Function teamMemberAddOperationOutput

cmd/team_json.go:140–144  ·  view source on GitHub ↗
(input teamMemberAddInput, res *team.MembersAddLaunch)

Source from the content-addressed store, hash-verified

138}
139
140func teamMemberAddOperationOutput(input teamMemberAddInput, res *team.MembersAddLaunch) jsonOperationOutput {
141 return newJSONOperationOutput(input, []jsonOperationResult{
142 newJSONOperationResult(teamMemberAddStatus(res), teamJSONKindTeamMember, input, teamMemberAddJSONFromDropbox(res)),
143 }, nil)
144}
145
146func teamMemberRemoveOperationOutput(input teamMemberRemoveInput, res *async.LaunchEmptyResult) jsonOperationOutput {
147 return newJSONOperationOutput(input, []jsonOperationResult{

Callers 1

addMemberFunction · 0.85

Calls 4

newJSONOperationOutputFunction · 0.85
newJSONOperationResultFunction · 0.85
teamMemberAddStatusFunction · 0.85

Tested by

no test coverage detected