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

Function decodeSearchOutput

cmd/search_test.go:416–420  ·  view source on GitHub ↗
(t *testing.T, out *bytes.Buffer)

Source from the content-addressed store, hash-verified

414}
415
416func decodeSearchOutput(t *testing.T, out *bytes.Buffer) metadataOperationOutputForTest[searchInput] {
417 t.Helper()
418
419 return decodeMetadataOperationOutput[searchInput](t, out)
420}
421
422func searchMatch(metadata files.IsMetadata) *files.SearchMatchV2 {
423 return files.NewSearchMatchV2(&files.MetadataV2{

Calls

no outgoing calls

Tested by

no test coverage detected