()
| 19 | } |
| 20 | |
| 21 | func (s *LifecycleScript) IsEmpty() bool { |
| 22 | return len(s.shellCommands) == 0 && len(s.nonShellCommands) == 0 |
| 23 | } |
| 24 | |
| 25 | func (s *LifecycleScript) UnmarshalJSON(data []byte) error { |
| 26 | var v any |
no outgoing calls
no test coverage detected