(fullData)
| 318 | |
| 319 | // check whether all trace are 'noHover' |
| 320 | function hasNoHover(fullData) { |
| 321 | for(var i = 0; i < fullData.length; i++) { |
| 322 | if(!Registry.traceIs(fullData[i], 'noHover')) return false; |
| 323 | } |
| 324 | return true; |
| 325 | } |
| 326 | |
| 327 | function appendButtonsToGroups(groups, buttons) { |
| 328 | if(buttons.length) { |
no outgoing calls
no test coverage detected
searching dependent graphs…