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

Method set

src/main/java/org/bombusmod/util/ClipBoardIO.java:22–27  ·  view source on GitHub ↗
(Msg msg)

Source from the content-addressed store, hash-verified

20 }
21
22 public void set(Msg msg) {
23 try {
24 StringBuffer clipstr=new StringBuffer(msg.quoteString(true));
25 setClipBoard(clipstr.toString());
26 } catch (Exception e) {/*no messages*/}
27 }
28
29 public void append(String str) {
30 try {

Callers 9

renderMethod · 0.45
IPhoneMutableImageMethod · 0.45
IPhoneImmutableImageMethod · 0.45
IPhoneTextBoxUIMethod · 0.45
menuActionMethod · 0.45
menuActionMethod · 0.45
dateIso8601Method · 0.45
dateStringToLongMethod · 0.45

Calls 3

setClipBoardMethod · 0.95
quoteStringMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected