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

Method getMessageItem

src/main/java/History/HistoryLoader.java:301–306  ·  view source on GitHub ↗
(Msg msg)

Source from the content-addressed store, hash-verified

299 }
300
301 private MessageItem getMessageItem(Msg msg) {
302 MessageItem item = new MessageItem(msg, smiles);
303 if (item.msgLines.isEmpty())
304 item.parse();
305 return item;
306 }
307
308 private String findBlock(String source, String needle) {
309 int start = source.indexOf("<"+needle+">");

Callers 1

getMIVectorMethod · 0.95

Calls 2

parseMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected