(options)
| 92 | } |
| 93 | |
| 94 | function getRestructureOption(options) { |
| 95 | if ('restructure' in options) { |
| 96 | return options.restructure; |
| 97 | } |
| 98 | |
| 99 | return 'restructuring' in options ? options.restructuring : true; |
| 100 | } |
| 101 | |
| 102 | function wrapBlock(block) { |
| 103 | return new List().appendData({ |
no outgoing calls
no test coverage detected
searching dependent graphs…