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