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

Function decodeRevsOutput

cmd/revs_test.go:249–253  ·  view source on GitHub ↗
(t *testing.T, out *bytes.Buffer)

Source from the content-addressed store, hash-verified

247}
248
249func decodeRevsOutput(t *testing.T, out *bytes.Buffer) metadataOperationOutputForTest[revsInput] {
250 t.Helper()
251
252 return decodeMetadataOperationOutput[revsInput](t, out)
253}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected