(String formatId)
| 87 | } |
| 88 | |
| 89 | @ApiStatus.Internal @NotNull @SneakyThrows |
| 90 | public static ClipboardFormat _registerPredefinedFormat(String formatId) { |
| 91 | return _registerFormatInternal(formatId, false); |
| 92 | } |
| 93 | |
| 94 | @ApiStatus.Internal @NotNull @SneakyThrows |
| 95 | public static ClipboardFormat _registerFormatInternal(String formatId, boolean needRegistration) { |
no test coverage detected