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