(groupId)
| 821 | }; |
| 822 | |
| 823 | function dealSwitchGroup(groupId) { |
| 824 | var groupCreatedToShow = retrieveAndVerifyGroup(groupId); |
| 825 | var groupSetCreated = groupCreatedToShow.groupParent; |
| 826 | groupSetCreated.switchGroup(groupId); |
| 827 | } |
| 828 | } |
| 829 | |
| 830 | function showHideGroupInGroupSet(groupCreated, showOrHide) { |
no test coverage detected
searching dependent graphs…