(checked: boolean)
| 930 | } |
| 931 | |
| 932 | function getCheckedState(checked: boolean) { |
| 933 | return checked ? 'checked' : 'unchecked' |
| 934 | } |
| 935 | |
| 936 | /** |
| 937 | * Wraps an array around itself at a given start index |
no outgoing calls
no test coverage detected
searching dependent graphs…