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

Method makePlainText

shared/java/ClipboardEntry.java:29–32  ·  view source on GitHub ↗

Make new plain text entry from plain text. @param text raw string text @return clipboard entry

(String text)

Source from the content-addressed store, hash-verified

27 * @return clipboard entry
28 */
29 @NotNull @SneakyThrows
30 public static ClipboardEntry makePlainText(String text) {
31 return makeString(ClipboardFormat.TEXT, text);
32 }
33
34 /**
35 * <p>Make new html entry from plain text.</p>

Callers 1

acceptMethod · 0.95

Calls 1

makeStringMethod · 0.95

Tested by

no test coverage detected