(tempDir string)
| 32 | } |
| 33 | |
| 34 | func WithTempDir(tempDir string) CheckerOption { |
| 35 | return func(config *CheckerConfig) { |
| 36 | config.tempDir = tempDir |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | func WithLogger(logger *logger.Logger) CheckerOption { |
| 41 | return func(config *CheckerConfig) { |
no outgoing calls
no test coverage detected
searching dependent graphs…