| 20 | } |
| 21 | |
| 22 | type EngineConfig struct { |
| 23 | InitialTools int |
| 24 | ExpandStep int |
| 25 | MaxRetries int |
| 26 | CompressFirst bool |
| 27 | ValidateCompression bool |
| 28 | } |
| 29 | |
| 30 | func DefaultEngineConfig() EngineConfig { |
| 31 | return EngineConfig{ |
nothing calls this directly
no outgoing calls
no test coverage detected