()
| 11 | import { FilePredicate, MergeStrategy, Tree } from './interface'; |
| 12 | |
| 13 | export function empty(): HostTree { |
| 14 | return new HostTree(); |
| 15 | } |
| 16 | |
| 17 | export function branch(tree: Tree): Tree { |
| 18 | return tree.branch(); |
no outgoing calls
no test coverage detected