()
| 35 | * @docs-private |
| 36 | */ |
| 37 | export function getTreeControlMissingError() { |
| 38 | return Error(`Could not find a tree control, levelAccessor, or childrenAccessor for the tree.`); |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Returns an error to be thrown when there are multiple ways of specifying children or level |
no outgoing calls
no test coverage detected
searching dependent graphs…