(treeName)
| 542 | }, |
| 543 | |
| 544 | _treePathFor(treeName) { |
| 545 | let treePath = this.treePaths[treeName]; |
| 546 | let absoluteTreePath = path.join(this.root, treePath); |
| 547 | let normalizedAbsoluteTreePath = path.normalize(absoluteTreePath); |
| 548 | |
| 549 | return ensurePosixPath(normalizedAbsoluteTreePath); |
| 550 | }, |
| 551 | |
| 552 | /** |
| 553 | Returns a given type of tree (if present), merged with the |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…