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

Function newDuOutput

cmd/du.go:77–82  ·  view source on GitHub ↗
(usage *users.SpaceUsage)

Source from the content-addressed store, hash-verified

75}
76
77func newDuOutput(usage *users.SpaceUsage) duOutput {
78 return duOutput{
79 Used: usage.Used,
80 Allocation: newDuAllocation(usage.Allocation),
81 }
82}
83
84func newDuOperationOutput(usage *users.SpaceUsage) jsonOperationOutput {
85 input := duInput{}

Callers 1

newDuOperationOutputFunction · 0.85

Calls 1

newDuAllocationFunction · 0.85

Tested by

no test coverage detected