* A request to copy a certain string to clipboard.
(params: CopyRequestedEventParams)
| 849 | * A request to copy a certain string to clipboard. |
| 850 | */ |
| 851 | copyRequested(params: CopyRequestedEventParams): void; |
| 852 | |
| 853 | /** |
| 854 | * An event sent when breakpoint prediction takes a significant amount of time. |
no outgoing calls
no test coverage detected