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

Method _cacheFormatEntry

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

Source from the content-addressed store, hash-verified

104 }
105
106 @ApiStatus.Internal @NotNull
107 public static ClipboardFormat _cacheFormatEntry(String formatId) {
108 ClipboardFormat format = new ClipboardFormat(formatId);
109 _formats.put(formatId, format);
110 return format;
111 }
112
113 @ApiStatus.Internal public static boolean _onUIThread() {
114 return App._onUIThread();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected