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

Method print

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

Source from the content-addressed store, hash-verified

352 }
353
354 private void print(Object o) {
355 if (logWriter != null) {
356 logWriter.print(o);
357 logWriter.flush();
358 }
359 }
360
361 private void println(Object o) {
362 if (logWriter != null) {

Callers 1

printResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected