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

Method debug

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

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

(String msg)

Source from the content-addressed store, hash-verified

463 * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response)
464 */
465 protected void debug(String msg)
466 {
467 if (debugOutput)
468 {
469 System.out.println("[CacheServlet] " + new Date().toString() + ": " + msg);
470 }
471 }
472
473 /**
474 * Cache entry definition.

Callers 15

createTokenMethod · 0.95
checkPatchMethod · 0.95
getPatchesMethod · 0.95
addPatchMethod · 0.95
sendMessageMethod · 0.95
integrate.min.jsFile · 0.80
EditDiagramDialogFunction · 0.80
kFunction · 0.80
mFunction · 0.80
pFunction · 0.80
cFunction · 0.80
fFunction · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected