MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / setClipBoard

Method setClipBoard

src/main/java/util/ClipBoardMIDP.java:38–40  ·  view source on GitHub ↗
(CharSequence str)

Source from the content-addressed store, hash-verified

36 }
37
38 public void setClipBoard(CharSequence str) {
39 clipBoard = (str.length() > 4096) ? str.toString().substring(0, 4095) : str.toString();
40 }
41
42 public boolean isEmpty() {
43 boolean empty = true;

Callers 7

menuActionMethod · 0.45
menuActionMethod · 0.45
executeCommandMethod · 0.45
doActionMethod · 0.45
doActionMethod · 0.45
menuActionMethod · 0.45
menuActionMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected