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

Function newRevsInput

cmd/revs.go:84–92  ·  view source on GitHub ↗
(path string, limit uint64, opts listOptions)

Source from the content-addressed store, hash-verified

82}
83
84func newRevsInput(path string, limit uint64, opts listOptions) revsInput {
85 return revsInput{
86 Path: path,
87 Limit: limit,
88 Long: opts.long,
89 Time: opts.timeField,
90 TimeFormat: opts.timeFormat,
91 }
92}
93
94func jsonMetadataListFromRevisions(entries []*files.FileMetadata) ([]jsonMetadata, error) {
95 result := make([]jsonMetadata, 0, len(entries))

Callers 1

renderRevisionsOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected