MCPcopy Index your code
hub / github.com/jgraph/drawio / sendMessage

Method sendMessage

src/main/java/com/mxgraph/online/AbsCache.java:452–460  ·  view source on GitHub ↗

@see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response)

(String id, String msg, String sid)

Source from the content-addressed store, hash-verified

450 * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response)
451 */
452 protected void sendMessage(String id, String msg, String sid)
453 throws IOException
454 {
455 if (msg != null)
456 {
457 getPusher().trigger(id, "changed", msg, sid);
458 debug("sendMessage id=" + id + " msg=" + msg);
459 }
460 }
461
462 /**
463 * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response)

Callers 11

doPostAbstMethod · 0.95
vsdxImporter.jsFile · 0.80
P2PCollabFunction · 0.80
renderFunction · 0.80
finishLayoutFunction · 0.80
runLayoutFunction · 0.80
doSendFunction · 0.80
decrementWaitCounterFunction · 0.80
export.jsFile · 0.80
ElectronApp.jsFile · 0.80
P2PCollabFunction · 0.80

Calls 2

getPusherMethod · 0.95
debugMethod · 0.95

Tested by

no test coverage detected