(groupId)
| 800 | } |
| 801 | |
| 802 | function retrieveAndVerifyGroup(groupId) { |
| 803 | var groupCreated = _inputsDict[groupId]; |
| 804 | assert(groupCreated, 'Can not find group by id: ' + groupId); |
| 805 | assert(groupCreated.groupParent, 'This is not a group. id: ' + groupId); |
| 806 | return groupCreated; |
| 807 | } |
| 808 | |
| 809 | function makeSwitchGroup() { |
| 810 | var inputRecorderWrapper = makeInputRecorder(); |
no test coverage detected
searching dependent graphs…