| 6234 | return false; |
| 6235 | } |
| 6236 | class Exec { |
| 6237 | constructor(search, columns){ |
| 6238 | this.columns = columns; |
| 6239 | this.groups = (0, _group.ensureSearchExpressionGroupArray)(search).map((g)=>{ |
nothing calls this directly
no outgoing calls
no test coverage detected