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

Function testTeamGroup

cmd/team_json_test.go:458–463  ·  view source on GitHub ↗
(name, id string, memberCount uint32)

Source from the content-addressed store, hash-verified

456}
457
458func testTeamGroup(name, id string, memberCount uint32) *team_common.GroupSummary {
459 group := team_common.NewGroupSummary(name, id, &team_common.GroupManagementType{Tagged: dropbox.Tagged{Tag: "user_managed"}})
460 group.MemberCount = memberCount
461 group.GroupExternalId = "external:" + id
462 return group
463}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected