()
| 311 | } |
| 312 | |
| 313 | public hasTree(): boolean { |
| 314 | return this.trees.length > 0; |
| 315 | } |
| 316 | |
| 317 | public getTreesWithEditorId(editorId: number) { |
| 318 | return this.trees.filter(tree => tree.multifileService.isEditorPartOfProject(editorId)); |
no outgoing calls
no test coverage detected