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