| 5651 | } |
| 5652 | |
| 5653 | type captureStorage struct { |
| 5654 | t *testing.T |
| 5655 | data map[string][]byte |
| 5656 | } |
| 5657 | |
| 5658 | func (s *captureStorage) helperFailure(msg string, args ...any) { |
| 5659 | s.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected