MCPcopy Create free account
hub / github.com/akeranen/the-one / getMessage

Method getMessage

routing/MessageRouter.java:191–193  ·  view source on GitHub ↗

Returns a message by ID. @param id ID of the message @return The message

(String id)

Source from the content-addressed store, hash-verified

189 * @return The message
190 */
191 protected Message getMessage(String id) {
192 return this.messages.get(id);
193 }
194
195 /**
196 * Checks if this router has a message with certain id buffered.

Callers 11

sendMessageMethod · 0.95
createOutputMethod · 0.45
transferDoneMethod · 0.45
transferDoneMethod · 0.45
transferDoneMethod · 0.45
transferDoneMethod · 0.45
transferDoneMethod · 0.45
transferDoneMethod · 0.45
messageTransferredMethod · 0.45
isSendingMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected