| 168 | } |
| 169 | |
| 170 | type varTestOption struct { |
| 171 | key string |
| 172 | value any |
| 173 | } |
| 174 | |
| 175 | func (opt *varTestOption) applyToExecutorTest(t *ExecutorTest) { |
| 176 | t.vars[opt.key] = opt.value |
nothing calls this directly
no outgoing calls
no test coverage detected