MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / quoteString

Method quoteString

src/main/java/Client/Msg.java:168–175  ·  view source on GitHub ↗
(boolean quoteSubject)

Source from the content-addressed store, hash-verified

166//#endif
167 }
168 public String quoteString(boolean quoteSubject){
169 StringBuffer out=new StringBuffer();
170 if (subject!=null && quoteSubject)
171 if (subject.length()>0)
172 out.append(subject).append("\n");
173 out.append(toString());
174 return clearNick(out);
175 }
176
177 public static String clearNick(StringBuffer msgBuffer) {
178 int i = 0;

Callers 6

pasteDataMethod · 0.95
QuoteMethod · 0.95
saveMessagesMethod · 0.95
setMethod · 0.80
appendMethod · 0.80
ArchiveEditMethod · 0.80

Calls 3

toStringMethod · 0.95
clearNickMethod · 0.95
appendMethod · 0.80

Tested by

no test coverage detected