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

Function newJSONCommandOperationOutput

cmd/json_output.go:77–79  ·  view source on GitHub ↗
(cmd *cobra.Command, input any, results []jsonOperationResult, warnings []jsonWarning)

Source from the content-addressed store, hash-verified

75}
76
77func newJSONCommandOperationOutput(cmd *cobra.Command, input any, results []jsonOperationResult, warnings []jsonWarning) jsonOperationOutput {
78 return withJSONCommand(cmd, newJSONOperationOutput(input, results, warnings))
79}
80
81func withJSONCommand(cmd *cobra.Command, out jsonOperationOutput) jsonOperationOutput {
82 out.OK = true

Callers 10

listMembersFunction · 0.85
listGroupsFunction · 0.85
shareListFoldersFunction · 0.85
shareLinkInfoFunction · 0.85
restoreFunction · 0.85
shareLinkCreateFunction · 0.85
rmFunction · 0.85
renderJSONHelpFunction · 0.85

Calls 2

withJSONCommandFunction · 0.85
newJSONOperationOutputFunction · 0.85

Tested by

no test coverage detected