(data)
| 6852 | } |
| 6853 | } |
| 6854 | } |
| 6855 | } |
| 6856 | |
| 6857 | // Send the generated tags back to the renderer process |
| 6858 | if (isServerMode && global.broadcastEvent) { |
| 6859 | global.broadcastEvent('tags-generated', filePath, tags, null); |
| 6860 | } else if (eventSender && eventSender.send) { |
no outgoing calls
no test coverage detected