(type, tree)
| 511 | }, |
| 512 | |
| 513 | _addonPostprocessTree(type, tree) { |
| 514 | return addonProcessTree(this, 'postprocessTree', type, tree); |
| 515 | }, |
| 516 | |
| 517 | /** |
| 518 | Generates a tree for the specified path |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…