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

Function decodeLsOutput

cmd/ls_test.go:750–754  ·  view source on GitHub ↗
(t *testing.T, out *bytes.Buffer)

Source from the content-addressed store, hash-verified

748}
749
750func decodeLsOutput(t *testing.T, out *bytes.Buffer) metadataOperationOutputForTest[lsInput] {
751 t.Helper()
752
753 return decodeMetadataOperationOutput[lsInput](t, out)
754}

Calls

no outgoing calls

Tested by

no test coverage detected