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

Function renderGetResults

cmd/get.go:184–186  ·  view source on GitHub ↗
(cmd *cobra.Command, input getCommandInput, results []getResult)

Source from the content-addressed store, hash-verified

182}
183
184func renderGetResults(cmd *cobra.Command, input getCommandInput, results []getResult) error {
185 return renderJSONOperationOutput(cmd, input, getOperationResults(results))
186}
187
188func getOperationResults(results []getResult) []jsonOperationResult {
189 operationResults := make([]jsonOperationResult, 0, len(results))

Callers 1

getFunction · 0.85

Calls 2

getOperationResultsFunction · 0.85

Tested by

no test coverage detected