MCPcopy Create free account
hub / github.com/HumbleUI/JWM / _registerPredefinedFormat

Method _registerPredefinedFormat

shared/java/Clipboard.java:89–92  ·  view source on GitHub ↗
(String formatId)

Source from the content-addressed store, hash-verified

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) {

Callers 1

ClipboardFormatClass · 0.95

Calls 1

Tested by

no test coverage detected