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

Function newVersionOperationOutput

cmd/version.go:77–82  ·  view source on GitHub ↗
(info versionOutput)

Source from the content-addressed store, hash-verified

75}
76
77func newVersionOperationOutput(info versionOutput) jsonOperationOutput {
78 input := versionInput{}
79 return newJSONOperationOutput(input, []jsonOperationResult{
80 newJSONOperationResult(versionJSONStatusReported, versionKindVersion, input, info),
81 }, nil)
82}

Callers 1

versionCommandFunction · 0.85

Calls 2

newJSONOperationOutputFunction · 0.85
newJSONOperationResultFunction · 0.85

Tested by

no test coverage detected