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

Function setDuOutputJSON

cmd/du_test.go:140–145  ·  view source on GitHub ↗
(t *testing.T, cmd *cobra.Command)

Source from the content-addressed store, hash-verified

138}
139
140func setDuOutputJSON(t *testing.T, cmd *cobra.Command) {
141 t.Helper()
142 if err := cmd.Flags().Set(outputFlag, "json"); err != nil {
143 t.Fatalf("set output: %v", err)
144 }
145}
146
147type duJSONOutput struct {
148 Input map[string]any `json:"input"`

Callers 3

TestDuJSONTeamAllocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected