()
| 50 | } |
| 51 | |
| 52 | func (s *PanicableAction) ExampleOutput() map[string]any { |
| 53 | return s.underlying.ExampleOutput() |
| 54 | } |
| 55 | |
| 56 | func (s *PanicableAction) Configuration() []configuration.Field { |
| 57 | return s.underlying.Configuration() |
nothing calls this directly
no test coverage detected