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

Function renderJSONOperationOutput

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

Source from the content-addressed store, hash-verified

86}
87
88func renderJSONOperationOutput(cmd *cobra.Command, input any, results []jsonOperationResult) error {
89 return renderJSONOperationOutputWithWarnings(cmd, input, results, nil)
90}
91
92func renderJSONOperationOutputWithWarnings(cmd *cobra.Command, input any, results []jsonOperationResult, warnings []jsonWarning) error {
93 return commandOutput(cmd).Render(nil, newJSONCommandOperationOutput(cmd, input, results, warnings))

Callers 11

cpFunction · 0.85
mkdirFunction · 0.85
shareLinkRevokeFunction · 0.85
renderSearchOutputFunction · 0.85
mvFunction · 0.85
renderRevisionsOutputFunction · 0.85
renderLsOutputFunction · 0.85
renderGetResultsFunction · 0.85

Tested by 1