()
| 290 | }; |
| 291 | |
| 292 | let _refreshOmniSelectionState = () => { |
| 293 | window.Formatter && Formatter.getSelectionInfo && Formatter.getSelectionInfo(); |
| 294 | }; |
| 295 | |
| 296 | let _resetOmniActions = () => { |
| 297 | if (!window.Formatter) { |
no outgoing calls
no test coverage detected