( databaseList: Database[], factorList: Factor[] )
| 87 | }; |
| 88 | |
| 89 | export const buildTreeImpl = ( |
| 90 | databaseList: Database[], |
| 91 | factorList: Factor[] |
| 92 | ): TreeNode[] => buildSubTree(databaseList, undefined, factorList, 0); |
| 93 | |
| 94 | const mapGroupNode = ( |
| 95 | factor: Factor, |
no test coverage detected