(good_length, max_lazy, nice_length, max_chain, func)
| 19261 | * found for specific files. |
| 19262 | */ |
| 19263 | function Config(good_length, max_lazy, nice_length, max_chain, func) { |
| 19264 | this.good_length = good_length; |
| 19265 | this.max_lazy = max_lazy; |
| 19266 | this.nice_length = nice_length; |
| 19267 | this.max_chain = max_chain; |
| 19268 | this.func = func; |
| 19269 | } |
| 19270 | |
| 19271 | var configuration_table; |
| 19272 |
nothing calls this directly
no outgoing calls
no test coverage detected