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

Function teamSpaceUsage

cmd/du_test.go:187–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185}
186
187func teamSpaceUsage() *users.SpaceUsage {
188 return users.NewSpaceUsage(4096, &users.SpaceAllocation{
189 Tagged: dropbox.Tagged{Tag: users.SpaceAllocationTeam},
190 Team: &users.TeamSpaceAllocation{
191 Used: 2048,
192 Allocated: 8192,
193 UserWithinTeamSpaceAllocated: 4096,
194 UserWithinTeamSpaceUsedCached: 1024,
195 UserWithinTeamSpaceLimitType: &team_common.MemberSpaceLimitType{
196 Tagged: dropbox.Tagged{Tag: "alert_only"},
197 },
198 },
199 })
200}

Callers 1

TestDuJSONTeamAllocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected