(threads int)
| 46 | } |
| 47 | |
| 48 | func LoadOptionThreads(threads int) ConfigLoaderOption { |
| 49 | return func(o *LoadOptions) { |
| 50 | o.threads = threads |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | func LoadOptionContextSize(ctxSize int) ConfigLoaderOption { |
| 55 | return func(o *LoadOptions) { |
no outgoing calls
no test coverage detected