MCPcopy Create free account
hub / github.com/diyhi/bbs / println

Method println

src/main/java/cms/utils/SqlScriptRunner.java:361–366  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

359 }
360
361 private void println(Object o) {
362 if (logWriter != null) {
363 logWriter.println(o);
364 logWriter.flush();
365 }
366 }
367
368 private void printlnError(Object o) {
369 if (errorLogWriter != null) {

Callers 7

executeFullScriptMethod · 0.95
handleLineMethod · 0.95
printResultsMethod · 0.95
installMethod · 0.80
printlnErrorMethod · 0.80
loadStopWordsMethod · 0.80

Calls

no outgoing calls

Tested by 2

installMethod · 0.64